mirror of
https://github.com/transmission/transmission
synced 2025-02-02 20:43:51 +00:00
update version
This commit is contained in:
parent
8ebe4614b2
commit
fc0b6becf0
2 changed files with 5 additions and 5 deletions
|
@ -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" | \
|
||||
|
|
Loading…
Reference in a new issue