From: Mitchell Livingston Date: Sun, 28 Oct 2012 23:54:28 +0000 (+0000) Subject: bump version to 2.73+ X-Git-Tag: 2.74~52 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b6159f5b630c99f99d1c9d41a702ebc54bac8d97;p=transmission bump version to 2.73+ --- diff --git a/configure.ac b/configure.ac index c1931c39b..ebee73414 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.73]) -m4_define([peer_id_prefix],[-TR2730-]) +m4_define([user_agent_prefix],[2.73+]) +m4_define([peer_id_prefix],[-TR273Z-]) AC_INIT([transmission],[user_agent_prefix],[http://trac.transmissionbt.com/newticket]) AC_SUBST(USERAGENT_PREFIX,[user_agent_prefix])