1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2025-03-03 10:15:45 +00:00

bump to version 2.82

This commit is contained in:
Mitchell Livingston 2013-08-09 02:26:31 +00:00
parent 1da30ac7b9
commit e7117b43dc
2 changed files with 3 additions and 3 deletions

2
NEWS
View file

@ -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

View file

@ -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])