Changeset 4068
- Timestamp:
- Dec 5, 2007, 3:41:42 AM (14 years ago)
- Location:
- branches/0.9x
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/0.9x/configure.ac
r3966 r4068 1 AC_INIT([transmission],[0.9 4],[http://transmission.m0k.org/trac/newticket])1 AC_INIT([transmission],[0.95],[http://transmission.m0k.org/trac/newticket]) 2 2 3 3 dnl constraint: strlen(MAJOR MINOR MAINT BETA) must be 4 4 4 dnl convention: BETA: "Z" for a beta, "0" for a stable 5 PEERID_PREFIX="-TR09 40-"6 USERAGENT_PREFIX="0.9 4"5 PEERID_PREFIX="-TR0950-" 6 USERAGENT_PREFIX="0.95" 7 7 AC_SUBST(PEERID_PREFIX,[$PEERID_PREFIX]) 8 8 AC_SUBST(USERAGENT_PREFIX,[$USERAGENT_PREFIX]) -
branches/0.9x/macosx/version.sh
r4055 r4068 6 6 # BETA: "Z" for developmental, "X" for beta, "0" for stable 7 7 # these should be the only two lines you need to change 8 PEERID_PREFIX="-TR09 4X-"9 USERAGENT_PREFIX="0.95 Test Build"8 PEERID_PREFIX="-TR0950-" 9 USERAGENT_PREFIX="0.95" 10 10 11 11
Note: See TracChangeset
for help on using the changeset viewer.