mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 20:35:36 +00:00
update version
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
AC_INIT([transmission],[1.00Z],[http://www.transmissionbt.com/trac/newticket])
|
||||
PEERID_PREFIX="-TR100Z-"
|
||||
USERAGENT_PREFIX="1.00+"
|
||||
AC_INIT([transmission],[1.01Z],[http://trac.transmissionbt.com/newticket])
|
||||
PEERID_PREFIX="-TR101Z-"
|
||||
USERAGENT_PREFIX="1.01+"
|
||||
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="-TR100Z-"
|
||||
USERAGENT_PREFIX="1.00+"
|
||||
PEERID_PREFIX="-TR101Z-"
|
||||
USERAGENT_PREFIX="1.01+"
|
||||
|
||||
|
||||
SVN_REVISION=`find ./ -name "*\.[chmp]" -o -name "*\.cpp" -o -name "*\.po" -o -name "*\.sh" | \
|
||||
|
||||
Reference in New Issue
Block a user