mirror of
https://github.com/transmission/transmission
synced 2024-12-23 08:13:27 +00:00
(trunk) update version to 0.82+
This commit is contained in:
parent
e8239b65de
commit
bcd8e6cd18
2 changed files with 5 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
||||||
AC_INIT([Transmission],[0.81+],[http://transmission.m0k.org/trac/newticket])
|
AC_INIT([Transmission],[0.82+],[http://transmission.m0k.org/trac/newticket])
|
||||||
PEERID_PREFIX="-TR081Z-"
|
PEERID_PREFIX="-TR082Z-"
|
||||||
USERAGENT_PREFIX="0.81+"
|
USERAGENT_PREFIX="0.82+"
|
||||||
|
|
||||||
AC_PREREQ(2.54)
|
AC_PREREQ(2.54)
|
||||||
dnl AM_CONFIG_HEADER(config.h)
|
dnl AM_CONFIG_HEADER(config.h)
|
||||||
|
|
|
@ -5,8 +5,8 @@
|
||||||
# convention: -TR MAJOR MINOR MAINT BETA - (each a single char)
|
# convention: -TR MAJOR MINOR MAINT BETA - (each a single char)
|
||||||
# BETA: "Z" for beta, "0" for stable
|
# BETA: "Z" for beta, "0" for stable
|
||||||
# these should be the only two lines you need to change
|
# these should be the only two lines you need to change
|
||||||
PEERID_PREFIX="-TR081Z-"
|
PEERID_PREFIX="-TR082Z-"
|
||||||
USERAGENT_PREFIX="0.81+"
|
USERAGENT_PREFIX="0.82+"
|
||||||
|
|
||||||
|
|
||||||
SVN_REVISION=`find ./ -name "*\.[ch]" -o -name "*\.cpp" -o -name "*\.po" | \
|
SVN_REVISION=`find ./ -name "*\.[ch]" -o -name "*\.cpp" -o -name "*\.po" | \
|
||||||
|
|
Loading…
Reference in a new issue