update trunk to 1.20+

This commit is contained in:
Mitchell Livingston 2008-05-09 19:03:41 +00:00
parent 71abc7e83a
commit 488e793794
2 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,6 @@
AC_INIT([transmission],[1.20],[http://trac.transmissionbt.com/newticket])
PEERID_PREFIX="-TR1200-"
USERAGENT_PREFIX="1.20"
AC_INIT([transmission],[1.20Z],[http://trac.transmissionbt.com/newticket])
PEERID_PREFIX="-TR120Z-"
USERAGENT_PREFIX="1.20+"
AC_SUBST(PEERID_PREFIX,[$PEERID_PREFIX])
AC_SUBST(USERAGENT_PREFIX,[$USERAGENT_PREFIX])

View File

@ -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="-TR1200-"
USERAGENT_PREFIX="1.20"
PEERID_PREFIX="-TR120Z-"
USERAGENT_PREFIX="1.20+"
SVN_REVISION=`find ./ -name "*\.[chmp]" -o -name "*\.cpp" -o -name "*\.po" -o -name "*\.sh" | \