Changeset 14713
- Timestamp:
- Mar 6, 2016, 7:51:54 PM (7 years ago)
- Location:
- trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/CMakeLists.txt
r14710 r14713 42 42 # "0" for stable, supported releases 43 43 # these should be the only two lines you need to change 44 set(TR_USER_AGENT_PREFIX "2.9 1")45 set(TR_PEER_ID_PREFIX "-TR29 10-")44 set(TR_USER_AGENT_PREFIX "2.92") 45 set(TR_PEER_ID_PREFIX "-TR2920-") 46 46 47 47 string(REGEX MATCH "^([0-9]+)\\.([0-9]+).*" TR_VERSION "${TR_USER_AGENT_PREFIX}") -
trunk/NEWS
r14709 r14713 1 === Transmission 2.92 (2016/03/06) === 2 [http://trac.transmissionbt.com/query?milestone=2.92&group=component&order=severity All tickets closed by this release] 3 ==== Mac Client ==== 4 * Build OSX.KeRanger.A ransomware removal into the app 5 1 6 === Transmission 2.91 (2016/03/06) === 2 7 [http://trac.transmissionbt.com/query?milestone=2.91&group=component&order=severity All tickets closed by this release] -
trunk/configure.ac
r14710 r14713 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.9 1])7 m4_define([peer_id_prefix],[-TR29 10-])6 m4_define([user_agent_prefix],[2.92]) 7 m4_define([peer_id_prefix],[-TR2920-]) 8 8 9 9 AC_INIT([transmission],[user_agent_prefix],[http://trac.transmissionbt.com/newticket])
Note: See TracChangeset
for help on using the changeset viewer.