~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to tools/win32/build_release.py

  • Committer: Martin Pool
  • Date: 2009-06-19 09:06:56 UTC
  • mfrom: (4463 +trunk)
  • mto: This revision was merged to the branch mainline in revision 4464.
  • Revision ID: mbp@sourcefrog.net-20090619090656-d5weqeecyscv8kqp
merge news

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
# When preparing a new release, make sure to set all of these to the latest
5
5
# values.
6
6
VERSIONS = {
7
 
    'bzr': '1.12',
8
 
    'qbzr': '0.9.8',
9
 
    'bzrtools': '1.12.0',
10
 
    'bzr-svn': '0.5.2',
11
 
    'bzr-rebase': '0.4.4',
12
 
    'subvertpy': '0.6.4',
 
7
    'bzr': '1.16',
 
8
    'qbzr': '0.11.0',
 
9
    'bzrtools': '1.16.0',
 
10
    'bzr-svn': '0.6.1',
 
11
    'bzr-rebase': '0.5.0',
 
12
    'subvertpy': '0.6.7',
13
13
}
14
14
 
15
15
# This will be passed to 'make' to ensure we build with the right python