Changeset 8723
- Timestamp:
- Jun 20, 2009, 4:46:25 AM (13 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/configure.ac
r8719 r8723 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],[1.72 ])7 m4_define([peer_id_prefix],[-TR172 0-])6 m4_define([user_agent_prefix],[1.72+]) 7 m4_define([peer_id_prefix],[-TR172Z-]) 8 8 9 9 AC_INIT([transmission], -
trunk/macosx/version.sh
r8700 r8723 8 8 # "0" for stable, supported releases 9 9 # these should be the only two lines you need to change 10 PEERID_PREFIX="-TR172 0-"11 USERAGENT_PREFIX="1.72 "10 PEERID_PREFIX="-TR172Z-" 11 USERAGENT_PREFIX="1.72+" 12 12 13 13 SVN_REVISION=`find -E ./libtransmission ./macosx \
Note: See TracChangeset
for help on using the changeset viewer.