From: Mitchell Livingston Date: Thu, 21 Aug 2008 03:51:14 +0000 (+0000) Subject: update the trunk version to 1.33+ X-Git-Tag: 1.40~443 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7edebaf18e409ecc06a673b82af57a71674672aa;p=transmission update the trunk version to 1.33+ --- diff --git a/configure.ac b/configure.ac index ac543566e..80e161826 100644 --- a/configure.ac +++ b/configure.ac @@ -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 diff --git a/macosx/version.sh b/macosx/version.sh index db151bca6..5bbb8a4ad 100755 --- a/macosx/version.sh +++ b/macosx/version.sh @@ -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" | \