Changeset 14715
- Timestamp:
- Mar 10, 2016, 12:31:03 AM (7 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/CMakeLists.txt
r14713 r14715 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.92 ")45 set(TR_PEER_ID_PREFIX "-TR292 0-")44 set(TR_USER_AGENT_PREFIX "2.92+") 45 set(TR_PEER_ID_PREFIX "-TR292Z-") 46 46 47 47 string(REGEX MATCH "^([0-9]+)\\.([0-9]+).*" TR_VERSION "${TR_USER_AGENT_PREFIX}") -
trunk/configure.ac
r14713 r14715 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.92 ])7 m4_define([peer_id_prefix],[-TR292 0-])6 m4_define([user_agent_prefix],[2.92+]) 7 m4_define([peer_id_prefix],[-TR292Z-]) 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.