From cae3ae52cdf9cb4b73cde112ad6a9a7b9518a18c Mon Sep 17 00:00:00 2001 From: Mitchell Livingston Date: Sun, 17 Oct 2010 00:13:44 +0000 Subject: [PATCH] get ready for 2.11 --- NEWS | 2 +- configure.ac | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index 577364ead..b99f26c6d 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -=== Transmission 2.11 (2010/10/xx) === +=== Transmission 2.11 (2010/10/16) === [http://trac.transmissionbt.com/query?milestone=2.11&group=component&groupdesc=1&order=severity All tickets closed by this release] ==== All Platforms ==== * Fix a 2.10 crash diff --git a/configure.ac b/configure.ac index 5c23fc71c..8b42ed0a3 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.10+]) -m4_define([peer_id_prefix],[-TR210Z-]) +m4_define([user_agent_prefix],[2.11]) +m4_define([peer_id_prefix],[-TR2110-]) AC_INIT([transmission], [user_agent_prefix], -- 2.40.0