Changeset 5129


Ignore:
Timestamp:
Feb 26, 2008, 11:42:14 PM (15 years ago)
Author:
charles
Message:

bump version number to 1.06. put release date in NEWS.

Location:
branches/1.0x
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • branches/1.0x/NEWS

    r5106 r5129  
    11NEWS file for Transmission <http://www.transmissionbt.com/>
    22
    3 1.06 (2008/xx/yy)
     31.06 (2008/02/26)
    44- All Platforms:
    55   + Fix support for multitracker torrents
  • branches/1.0x/configure.ac

    r4991 r5129  
    1 AC_INIT([transmission],[1.05],[http://trac.transmissionbt.com/newticket])
    2 PEERID_PREFIX="-TR1050-"
    3 USERAGENT_PREFIX="1.05"
     1AC_INIT([transmission],[1.06],[http://trac.transmissionbt.com/newticket])
     2PEERID_PREFIX="-TR1060-"
     3USERAGENT_PREFIX="1.06"
    44AC_SUBST(PEERID_PREFIX,[$PEERID_PREFIX])
    55AC_SUBST(USERAGENT_PREFIX,[$USERAGENT_PREFIX])
  • branches/1.0x/macosx/version.sh

    r4991 r5129  
    88#         "0" for stable, supported releases
    99# these should be the only two lines you need to change
    10 PEERID_PREFIX="-TR1050-"
    11 USERAGENT_PREFIX="1.05"
     10PEERID_PREFIX="-TR1060-"
     11USERAGENT_PREFIX="1.06"
    1212
    1313
Note: See TracChangeset for help on using the changeset viewer.