1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2025-03-12 23:23:54 +00:00

(trunk) bump to 2.21

This commit is contained in:
Jordan Lee 2011-02-08 21:05:30 +00:00
parent 441b8fa18b
commit 4e00051bae
2 changed files with 10 additions and 2 deletions

8
NEWS
View file

@ -1,3 +1,11 @@
=== Transmission 2.21 (2011/02/08) ===
==== All Platforms ====
* Fix compile error in the the 2.20 tarball
==== GTK+ ====
* Several updated translations
==== Qt ====
* Updated Spanish translation
=== Transmission 2.20 (2011/02/06) === === Transmission 2.20 (2011/02/06) ===
[http://trac.transmissionbt.com/query?milestone=2.20&group=component&order=severity All tickets closed by this release] [http://trac.transmissionbt.com/query?milestone=2.20&group=component&order=severity All tickets closed by this release]
==== All Platforms ==== ==== All Platforms ====

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.20+]) m4_define([user_agent_prefix],[2.21])
m4_define([peer_id_prefix],[-TR220Z-]) m4_define([peer_id_prefix],[-TR2210-])
AC_INIT([transmission], AC_INIT([transmission],
[user_agent_prefix], [user_agent_prefix],