~bzr-mac/bzr-mac-installers/2.3

« back to all changes in this revision

Viewing changes to config.py

  • Committer: Gordon Tyler
  • Date: 2011-07-23 14:09:00 UTC
  • Revision ID: gordon@doxxx.net-20110723140900-uth8v3cxueroray7
Updated qbzr to 0.20.2.

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
OS_VERSION = tuple(int(v) for v in platform.mac_ver()[0].split('.'))
13
13
 
14
14
# distribution version
15
 
DISTRIBUTION_VERSION = 1
 
15
DISTRIBUTION_VERSION = 2
16
16
 
17
17
# dependencies name and version
18
18
bzr = {
120
120
}
121
121
qbzr = {
122
122
    'name':'qbzr',
123
 
    'version':'0.20.1',
 
123
    'version':'0.20.2',
124
124
    'destdir':'qbzr',
125
 
    'url':'http://launchpad.net/qbzr/0.20/0.20.1/+download/qbzr-0.20.1.tar.gz',
 
125
    'url':'http://launchpad.net/qbzr/0.20/0.20.2/+download/qbzr-0.20.2.tar.gz',
126
126
}
127
127
rewrite = {
128
128
    'name':'bzr-rewrite',