bump version to 2.70

This commit is contained in:
Mitchell Livingston 2012-09-26 02:27:06 +00:00
parent b0bbf26d71
commit 0b8bb34c03
2 changed files with 3 additions and 3 deletions

2
NEWS
View File

@ -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] [http://trac.transmissionbt.com/query?milestone=2.70&group=component&order=severity All tickets closed by this release]
==== All Platforms ==== ==== All Platforms ====
* Improved speed with the µTP protocol * Improved speed with the µTP protocol

View File

@ -3,8 +3,8 @@ dnl STATUS: "X" for prerelease beta builds,
dnl "Z" for unsupported trunk builds, dnl "Z" for unsupported trunk builds,
dnl "0" for stable, supported releases dnl "0" for stable, supported releases
dnl these should be the only two lines you need to change dnl these should be the only two lines you need to change
m4_define([user_agent_prefix],[2.61+]) m4_define([user_agent_prefix],[2.70])
m4_define([peer_id_prefix],[-TR261Z-]) m4_define([peer_id_prefix],[-TR2700-])
AC_INIT([transmission],[user_agent_prefix],[http://trac.transmissionbt.com/newticket]) AC_INIT([transmission],[user_agent_prefix],[http://trac.transmissionbt.com/newticket])
AC_SUBST(USERAGENT_PREFIX,[user_agent_prefix]) AC_SUBST(USERAGENT_PREFIX,[user_agent_prefix])