Changeset 7961


Ignore:
Timestamp:
Feb 27, 2009, 12:47:54 AM (14 years ago)
Author:
livings124
Message:

update trunk to 1.51+

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/configure.ac

    r7918 r7961  
    44dnl         "0" for stable, supported releases
    55dnl these should be the only two lines you need to change
    6 m4_define([user_agent_prefix],[1.50+])
    7 m4_define([peer_id_prefix],[-TR150Z-])
     6m4_define([user_agent_prefix],[1.51+])
     7m4_define([peer_id_prefix],[-TR151Z-])
    88
    99AC_INIT([transmission],
  • trunk/macosx/version.sh

    r7890 r7961  
    88#         "0" for stable, supported releases
    99# these should be the only two lines you need to change
    10 PEERID_PREFIX="-TR150Z-"
    11 USERAGENT_PREFIX="1.50+"
     10PEERID_PREFIX="-TR151Z-"
     11USERAGENT_PREFIX="1.51+"
    1212
    1313SVN_REVISION=`find -E ./libtransmission ./macosx                     \
Note: See TracChangeset for help on using the changeset viewer.