Changeset 14710
- Timestamp:
- Mar 6, 2016, 6:17:44 AM (7 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/CMakeLists.txt
r14696 r14710 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 0+")45 set(TR_PEER_ID_PREFIX "-TR29 0Z-")44 set(TR_USER_AGENT_PREFIX "2.91") 45 set(TR_PEER_ID_PREFIX "-TR2910-") 46 46 47 47 string(REGEX MATCH "^([0-9]+)\\.([0-9]+).*" TR_VERSION "${TR_USER_AGENT_PREFIX}") -
trunk/configure.ac
r14696 r14710 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 0+])7 m4_define([peer_id_prefix],[-TR29 0Z-])6 m4_define([user_agent_prefix],[2.91]) 7 m4_define([peer_id_prefix],[-TR2910-]) 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.