~debian-bazaar/bzr-mtn/unstable

« back to all changes in this revision

Viewing changes to info.py

  • Committer: Jelmer Vernooij
  • Date: 2012-02-27 10:15:09 UTC
  • mfrom: (10.2.1)
  • Revision ID: jelmer@samba.org-20120227101509-oxq0w18k822asxfs
* New upstream snapshot.
 + Adds support for bzr 2.5.

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
# versions ending in 'final' mean release (well tested, etc)
23
23
bzr_plugin_version = (0, 0, 1, 'dev', 0)
24
24
 
25
 
bzr_compatible_versions = [(2, x, 0) for x in [3, 4]]
 
25
bzr_compatible_versions = [(2, x, 0) for x in [3, 4, 5]]
26
26
 
27
27
bzr_minimum_version = bzr_compatible_versions[0]
28
28