]> granicus.if.org Git - transmission/commitdiff
update the trunk version to 1.33+
authorMitchell Livingston <livings124@transmissionbt.com>
Thu, 21 Aug 2008 03:51:14 +0000 (03:51 +0000)
committerMitchell Livingston <livings124@transmissionbt.com>
Thu, 21 Aug 2008 03:51:14 +0000 (03:51 +0000)
configure.ac
macosx/version.sh

index ac543566ed6236eff62cea500653dbe59176c92c..80e161826a392d2ef513311cbb4fb13e7f23bbfe 100644 (file)
@@ -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
 
index db151bca6b76545348b0b47ea28c6ff170e494b5..5bbb8a4ad28c44c438e04f1c9ef970fe44172d95 100755 (executable)
@@ -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" | \