From c8e8892feab8416ae6ba1cb98f52605c983e9b1b Mon Sep 17 00:00:00 2001 From: Mitchell Livingston Date: Fri, 9 May 2008 18:49:37 +0000 Subject: [PATCH] update version to 1.20 --- NEWS | 2 +- configure.ac | 6 +++--- macosx/version.sh | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/NEWS b/NEWS index de1393aa8..310909a0a 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,6 @@ NEWS file for Transmission -1.20 (2008/mm/dd) +1.20 (2008/05/09) http://trac.transmissionbt.com/query?group=component&milestone=1.20 - All Platforms + Support https tracker connections diff --git a/configure.ac b/configure.ac index 20e815639..7d0d6c60e 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ -AC_INIT([transmission],[1.11Z],[http://trac.transmissionbt.com/newticket]) -PEERID_PREFIX="-TR111Z-" -USERAGENT_PREFIX="1.11+" +AC_INIT([transmission],[1.20],[http://trac.transmissionbt.com/newticket]) +PEERID_PREFIX="-TR1200-" +USERAGENT_PREFIX="1.20" AC_SUBST(PEERID_PREFIX,[$PEERID_PREFIX]) AC_SUBST(USERAGENT_PREFIX,[$USERAGENT_PREFIX]) diff --git a/macosx/version.sh b/macosx/version.sh index a40fd9e90..d38b83cf4 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="-TR111Z-" -USERAGENT_PREFIX="1.11+" +PEERID_PREFIX="-TR1200-" +USERAGENT_PREFIX="1.20" SVN_REVISION=`find ./ -name "*\.[chmp]" -o -name "*\.cpp" -o -name "*\.po" -o -name "*\.sh" | \ -- 2.40.0