Changeset 7096
- Timestamp:
- Nov 10, 2008, 3:30:42 PM (12 years ago)
- Location:
- branches/1.4x
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/1.4x/configure.ac
r7094 r7096 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.40 +)7 m4_define([peer_id_prefix],-TR140 Z-)6 m4_define([user_agent_prefix],1.40) 7 m4_define([peer_id_prefix],-TR1400-) 8 8 9 9 AC_INIT([transmission],[user_agent_prefix],[http://trac.transmissionbt.com/newticket]) -
branches/1.4x/macosx/version.sh
r7094 r7096 8 8 # "0" for stable, supported releases 9 9 # these should be the only two lines you need to change 10 PEERID_PREFIX="-TR140 Z-"11 USERAGENT_PREFIX="1.40 +"10 PEERID_PREFIX="-TR1400-" 11 USERAGENT_PREFIX="1.40" 12 12 13 13 SVN_REVISION=`find ./macosx ./libtransmission -name "*\.[chmp]" -o -name "*\.cpp" -o -name "*\.po" -o -name "*\.sh" | \
Note: See TracChangeset
for help on using the changeset viewer.