Changeset 11853
- Timestamp:
- Feb 8, 2011, 9:05:30 PM (11 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/NEWS
r11839 r11853 1 === Transmission 2.21 (2011/02/08) === 2 ==== All Platforms ==== 3 * Fix compile error in the the 2.20 tarball 4 ==== GTK+ ==== 5 * Several updated translations 6 ==== Qt ==== 7 * Updated Spanish translation 8 1 9 === Transmission 2.20 (2011/02/06) === 2 10 [http://trac.transmissionbt.com/query?milestone=2.20&group=component&order=severity All tickets closed by this release] -
trunk/configure.ac
r11842 r11853 4 4 dnl "0" for stable, supported releases 5 5 dnl these should be the only two lines you need to change 6 m4_define([user_agent_prefix],[2.2 0+])7 m4_define([peer_id_prefix],[-TR22 0Z-])6 m4_define([user_agent_prefix],[2.21]) 7 m4_define([peer_id_prefix],[-TR2210-]) 8 8 9 9 AC_INIT([transmission],
Note: See TracChangeset
for help on using the changeset viewer.