Changeset 14691
- Timestamp:
- Feb 27, 2016, 11:41:26 PM (7 years ago)
- Location:
- trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/CMakeLists.txt
r14682 r14691 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. 84+")45 set(TR_PEER_ID_PREFIX "-TR2 84Z-")44 set(TR_USER_AGENT_PREFIX "2.90") 45 set(TR_PEER_ID_PREFIX "-TR2900-") 46 46 47 47 string(REGEX MATCH "^([0-9]+)\\.([0-9]+).*" TR_VERSION "${TR_USER_AGENT_PREFIX}") -
trunk/NEWS
r14688 r14691 1 === Transmission 2.90 ( XXXX/XX/XX) ===1 === Transmission 2.90 (2016/02/XX) === 2 2 [http://trac.transmissionbt.com/query?milestone=2.90&group=component&order=severity All tickets closed by this release] 3 3 ==== All Platforms ==== -
trunk/configure.ac
r14678 r14691 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. 84+])7 m4_define([peer_id_prefix],[-TR2 84Z-])6 m4_define([user_agent_prefix],[2.90]) 7 m4_define([peer_id_prefix],[-TR2900-]) 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.