~ubuntu-branches/ubuntu/maverick/transmission/maverick

« back to all changes in this revision

Viewing changes to macosx/version.sh

  • Committer: Bazaar Package Importer
  • Author(s): Krzysztof Klimonda
  • Date: 2009-05-22 21:57:30 UTC
  • mfrom: (1.2.2 upstream)
  • mto: (2.1.18 sid) (1.3.8 upstream)
  • mto: This revision was merged to the branch mainline in revision 36.
  • Revision ID: james.westby@ubuntu.com-20090522215730-ly5kgv5aw9ig2u82
Tags: upstream-1.61
ImportĀ upstreamĀ versionĀ 1.61

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#! /bin/sh
2
2
#
3
 
# $Id: version.sh 7958 2009-02-26 19:23:56Z charles $
 
3
# $Id: version.sh 8382 2009-05-11 18:30:39Z charles $
4
4
 
5
5
# convention: -TR MAJOR MINOR MAINT STATUS - (each a single char)
6
6
# STATUS: "X" for prerelease beta builds,
7
7
#         "Z" for unsupported trunk builds,
8
8
#         "0" for stable, supported releases
9
9
# these should be the only two lines you need to change
10
 
PEERID_PREFIX="-TR1510-"
11
 
USERAGENT_PREFIX="1.51"
 
10
PEERID_PREFIX="-TR1610-"
 
11
USERAGENT_PREFIX="1.61"
12
12
 
13
13
SVN_REVISION=`find -E ./libtransmission ./macosx                     \
14
14
                  -regex ".*\.([chmp]|cpp|po|sh)"                    \