bump version to 2.50b1
This commit is contained in:
parent
34d9663139
commit
3e00245976
2
NEWS
2
NEWS
|
@ -34,8 +34,8 @@
|
|||
* Bundle jQuery and the stylesheets to avoid third-party CDNs
|
||||
* Upgrade to jQuery 1.7.1
|
||||
* Fix runtime errors in IE 8, IE 9, and Opera
|
||||
* Minor interface tweaks
|
||||
* Revise CSS stylesheets to use SASS
|
||||
* Minor interface tweaks
|
||||
==== Daemon ====
|
||||
* Fix corrupted status string in transmission-remote
|
||||
|
||||
|
|
|
@ -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.42+])
|
||||
m4_define([peer_id_prefix],[-TR242Z-])
|
||||
m4_define([user_agent_prefix],[2.50b1])
|
||||
m4_define([peer_id_prefix],[-TR242X-])
|
||||
|
||||
AC_INIT([transmission],
|
||||
[user_agent_prefix],
|
||||
|
|
Loading…
Reference in New Issue