mirror of
https://github.com/transmission/transmission.git
synced 2025-12-25 04:45:56 +00:00
update the trunk version to 1.33+
This commit is contained in:
@@ -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" | \
|
||||
|
||||
Reference in New Issue
Block a user