~ubuntu-branches/ubuntu/jaunty/transmission/jaunty-updates

« back to all changes in this revision

Viewing changes to macosx/version.sh

  • Committer: Bazaar Package Importer
  • Author(s): Ken VanDine
  • Date: 2009-02-27 10:51:53 UTC
  • mfrom: (1.1.22 upstream)
  • Revision ID: james.westby@ubuntu.com-20090227105153-3d73lc7bg0pkfk00
Tags: 1.51-0ubuntu1
* New upstream bug fix release (LP: #335404)
  - Fixes transmission-daemon doesn't consider settings.json (LP: #322449) 
* Removed 01_check_notification_actions.diff: applied upstream 

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#! /bin/sh
2
2
#
3
 
# $Id: version.sh 7886 2009-02-13 16:39:29Z charles $
 
3
# $Id: version.sh 7958 2009-02-26 19:23:56Z 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="-TR1500-"
11
 
USERAGENT_PREFIX="1.50"
 
10
PEERID_PREFIX="-TR1510-"
 
11
USERAGENT_PREFIX="1.51"
12
12
 
13
13
SVN_REVISION=`find -E ./libtransmission ./macosx                     \
14
14
                  -regex ".*\.([chmp]|cpp|po|sh)"                    \