Changeset 5129
- Timestamp:
- Feb 26, 2008, 11:42:14 PM (15 years ago)
- Location:
- branches/1.0x
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/1.0x/NEWS
r5106 r5129 1 1 NEWS file for Transmission <http://www.transmissionbt.com/> 2 2 3 1.06 (2008/ xx/yy)3 1.06 (2008/02/26) 4 4 - All Platforms: 5 5 + Fix support for multitracker torrents -
branches/1.0x/configure.ac
r4991 r5129 1 AC_INIT([transmission],[1.0 5],[http://trac.transmissionbt.com/newticket])2 PEERID_PREFIX="-TR10 50-"3 USERAGENT_PREFIX="1.0 5"1 AC_INIT([transmission],[1.06],[http://trac.transmissionbt.com/newticket]) 2 PEERID_PREFIX="-TR1060-" 3 USERAGENT_PREFIX="1.06" 4 4 AC_SUBST(PEERID_PREFIX,[$PEERID_PREFIX]) 5 5 AC_SUBST(USERAGENT_PREFIX,[$USERAGENT_PREFIX]) -
branches/1.0x/macosx/version.sh
r4991 r5129 8 8 # "0" for stable, supported releases 9 9 # these should be the only two lines you need to change 10 PEERID_PREFIX="-TR10 50-"11 USERAGENT_PREFIX="1.0 5"10 PEERID_PREFIX="-TR1060-" 11 USERAGENT_PREFIX="1.06" 12 12 13 13
Note: See TracChangeset
for help on using the changeset viewer.