mirror of
https://github.com/transmission/transmission
synced 2025-03-13 07:33:02 +00:00
update the trunk version to 1.33+
This commit is contained in:
parent
0def4c1558
commit
7edebaf18e
2 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
|||
AC_PREREQ(2.54)
|
||||
|
||||
m4_define([tr_version_major], [1])
|
||||
m4_define([tr_version_minor], [32])
|
||||
m4_define([tr_version_minor], [33])
|
||||
m4_define([tr_version_suffix], [+])
|
||||
m4_define([tr_version], [tr_version_major.tr_version_minor])
|
||||
|
||||
|
@ -13,7 +13,7 @@ TR_VERSION_SUFFIX=tr_version_suffix
|
|||
TR_VERSION=tr_version
|
||||
|
||||
dnl Someone still needs to hook this up to the system above
|
||||
PEERID_PREFIX="-TR132Z-"
|
||||
PEERID_PREFIX="-TR133Z-"
|
||||
|
||||
USERAGENT_PREFIX=$TR_VERSION$TR_VERSION_SUFFIX
|
||||
|
||||
|
|
|
@ -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="-TR132Z-"
|
||||
USERAGENT_PREFIX="1.32+"
|
||||
PEERID_PREFIX="-TR133Z-"
|
||||
USERAGENT_PREFIX="1.33+"
|
||||
|
||||
|
||||
SVN_REVISION=`find ./ -name "*\.[chmp]" -o -name "*\.cpp" -o -name "*\.po" -o -name "*\.sh" | \
|
||||
|
|
Loading…
Add table
Reference in a new issue