mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 12:28:52 +00:00
update version to 1.20
This commit is contained in:
2
NEWS
2
NEWS
@@ -1,6 +1,6 @@
|
||||
NEWS file for Transmission <http://www.transmissionbt.com/>
|
||||
|
||||
1.20 (2008/mm/dd)
|
||||
1.20 (2008/05/09)
|
||||
http://trac.transmissionbt.com/query?group=component&milestone=1.20
|
||||
- All Platforms
|
||||
+ Support https tracker connections
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
AC_INIT([transmission],[1.11Z],[http://trac.transmissionbt.com/newticket])
|
||||
PEERID_PREFIX="-TR111Z-"
|
||||
USERAGENT_PREFIX="1.11+"
|
||||
AC_INIT([transmission],[1.20],[http://trac.transmissionbt.com/newticket])
|
||||
PEERID_PREFIX="-TR1200-"
|
||||
USERAGENT_PREFIX="1.20"
|
||||
AC_SUBST(PEERID_PREFIX,[$PEERID_PREFIX])
|
||||
AC_SUBST(USERAGENT_PREFIX,[$USERAGENT_PREFIX])
|
||||
|
||||
|
||||
@@ -7,8 +7,8 @@
|
||||
# "Z" for unsupported trunk builds,
|
||||
# "0" for stable, supported releases
|
||||
# these should be the only two lines you need to change
|
||||
PEERID_PREFIX="-TR111Z-"
|
||||
USERAGENT_PREFIX="1.11+"
|
||||
PEERID_PREFIX="-TR1200-"
|
||||
USERAGENT_PREFIX="1.20"
|
||||
|
||||
|
||||
SVN_REVISION=`find ./ -name "*\.[chmp]" -o -name "*\.cpp" -o -name "*\.po" -o -name "*\.sh" | \
|
||||
|
||||
Reference in New Issue
Block a user