From 0b8bb34c038dc4e03347bf5201c3fc4929c13f29 Mon Sep 17 00:00:00 2001 From: Mitchell Livingston Date: Wed, 26 Sep 2012 02:27:06 +0000 Subject: [PATCH] bump version to 2.70 --- NEWS | 2 +- configure.ac | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index 8229d7f84..772ff6edc 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -=== Transmission 2.70 (2012/mm/dd) === +=== Transmission 2.70 (2012/09/25) === [http://trac.transmissionbt.com/query?milestone=2.70&group=component&order=severity All tickets closed by this release] ==== All Platforms ==== * Improved speed with the µTP protocol diff --git a/configure.ac b/configure.ac index d1fc9fd73..0dbfc000a 100644 --- a/configure.ac +++ b/configure.ac @@ -3,8 +3,8 @@ dnl STATUS: "X" for prerelease beta builds, dnl "Z" for unsupported trunk builds, dnl "0" for stable, supported releases dnl these should be the only two lines you need to change -m4_define([user_agent_prefix],[2.61+]) -m4_define([peer_id_prefix],[-TR261Z-]) +m4_define([user_agent_prefix],[2.70]) +m4_define([peer_id_prefix],[-TR2700-]) AC_INIT([transmission],[user_agent_prefix],[http://trac.transmissionbt.com/newticket]) AC_SUBST(USERAGENT_PREFIX,[user_agent_prefix])