mirror of
https://github.com/transmission/transmission
synced 2025-02-02 20:43:51 +00:00
update version to 1.00
This commit is contained in:
parent
085235b10b
commit
73ade7149b
2 changed files with 5 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
|||
AC_INIT([transmission],[0.96Z],[http://transmission.m0k.org/trac/newticket])
|
||||
PEERID_PREFIX="-TR096Z-"
|
||||
USERAGENT_PREFIX="0.96+"
|
||||
AC_INIT([transmission],[1.00],[http://www.transmissionbt.com/trac/newticket])
|
||||
PEERID_PREFIX="-TR1000-"
|
||||
USERAGENT_PREFIX="1.00"
|
||||
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="-TR096Z-"
|
||||
USERAGENT_PREFIX="0.96+"
|
||||
PEERID_PREFIX="-TR1000-"
|
||||
USERAGENT_PREFIX="1.00"
|
||||
|
||||
|
||||
SVN_REVISION=`find ./ -name "*\.[chmp]" -o -name "*\.cpp" -o -name "*\.po" -o -name "*\.sh" | \
|
||||
|
|
Loading…
Reference in a new issue