mirror of
https://github.com/transmission/transmission
synced 2024-12-23 00:04:06 +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])
|
||||
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)
|
||||
|
|
|
@ -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" | \
|
||||
|
|
Loading…
Reference in a new issue