Changeset 5507
- Timestamp:
- Apr 4, 2008, 6:56:11 PM (14 years ago)
- Location:
- branches/1.1x
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/1.1x/NEWS
r5503 r5507 1 1 NEWS file for Transmission <http://www.transmissionbt.com/> 2 2 3 1.11 (2008/ xx/yy)3 1.11 (2008/04/04) 4 4 - Mac 5 5 + Fix visual glitch with the tracker inspector tab when there is no scrape address -
branches/1.1x/configure.ac
r5420 r5507 1 AC_INIT([transmission],[1.1 0],[http://trac.transmissionbt.com/newticket])2 PEERID_PREFIX="-TR11 00-"3 USERAGENT_PREFIX="1.1 0"1 AC_INIT([transmission],[1.11],[http://trac.transmissionbt.com/newticket]) 2 PEERID_PREFIX="-TR1110-" 3 USERAGENT_PREFIX="1.11" 4 4 AC_SUBST(PEERID_PREFIX,[$PEERID_PREFIX]) 5 5 AC_SUBST(USERAGENT_PREFIX,[$USERAGENT_PREFIX]) -
branches/1.1x/macosx/version.sh
r5417 r5507 8 8 # "0" for stable, supported releases 9 9 # these should be the only two lines you need to change 10 PEERID_PREFIX="-TR11 00-"11 USERAGENT_PREFIX="1.1 0"10 PEERID_PREFIX="-TR1110-" 11 USERAGENT_PREFIX="1.11" 12 12 13 13
Note: See TracChangeset
for help on using the changeset viewer.