update version to 1.00

This commit is contained in:
Mitchell Livingston 2008-01-03 20:32:36 +00:00
parent 085235b10b
commit 73ade7149b
2 changed files with 5 additions and 5 deletions

View File

@ -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])

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="-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" | \