From e7117b43dcd1a26649665b0f75c778527bd14fea Mon Sep 17 00:00:00 2001 From: Mitchell Livingston Date: Fri, 9 Aug 2013 02:26:31 +0000 Subject: [PATCH] bump to version 2.82 --- NEWS | 2 +- configure.ac | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index 706082fda..9a6832f7c 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -=== Transmission 2.82 (2013/xx/yy) === +=== Transmission 2.82 (2013/08/08) === [http://trac.transmissionbt.com/query?milestone=2.82&group=component&order=severity All tickets closed by this release] ==== All Platforms ==== * Fix webseed crash diff --git a/configure.ac b/configure.ac index 6ced7ac30..118a75e6a 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.81+]) -m4_define([peer_id_prefix],[-TR281Z-]) +m4_define([user_agent_prefix],[2.82]) +m4_define([peer_id_prefix],[-TR2820-]) AC_INIT([transmission],[user_agent_prefix],[http://trac.transmissionbt.com/newticket]) AC_SUBST(USERAGENT_PREFIX,[user_agent_prefix])