Changeset 7728
- Timestamp:
- Jan 16, 2009, 10:51:14 PM (12 years ago)
- Location:
- branches/1.5x
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/1.5x/configure.ac
r7725 r7728 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.50b 1])6 m4_define([user_agent_prefix],[1.50b2]) 7 7 m4_define([peer_id_prefix],[-TR142X-]) 8 8 -
branches/1.5x/macosx/version.sh
r7725 r7728 9 9 # these should be the only two lines you need to change 10 10 PEERID_PREFIX="-TR142X-" 11 USERAGENT_PREFIX="1.50b 1"11 USERAGENT_PREFIX="1.50b2" 12 12 13 13 SVN_REVISION=`find ./libtransmission -name "*\.[chmp]" -o -name "*\.cpp" -o -name "*\.po" -o -name "*\.sh" | \
Note: See TracChangeset
for help on using the changeset viewer.