(trunk) update version to 0.82+

This commit is contained in:
Mitchell Livingston 2007-09-09 17:43:20 +00:00
parent e8239b65de
commit bcd8e6cd18
2 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,6 @@
AC_INIT([Transmission],[0.81+],[http://transmission.m0k.org/trac/newticket])
PEERID_PREFIX="-TR081Z-"
USERAGENT_PREFIX="0.81+"
AC_INIT([Transmission],[0.82+],[http://transmission.m0k.org/trac/newticket])
PEERID_PREFIX="-TR082Z-"
USERAGENT_PREFIX="0.82+"
AC_PREREQ(2.54)
dnl AM_CONFIG_HEADER(config.h)

View File

@ -5,8 +5,8 @@
# convention: -TR MAJOR MINOR MAINT BETA - (each a single char)
# BETA: "Z" for beta, "0" for stable
# these should be the only two lines you need to change
PEERID_PREFIX="-TR081Z-"
USERAGENT_PREFIX="0.81+"
PEERID_PREFIX="-TR082Z-"
USERAGENT_PREFIX="0.82+"
SVN_REVISION=`find ./ -name "*\.[ch]" -o -name "*\.cpp" -o -name "*\.po" | \