~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:14:41 UTC
  • mfrom: (10.1.3 trunk)
  • mto: This revision was merged to the branch mainline in revision 15.
  • Revision ID: jelmer@samba.org-20120227101441-pdsodulh076ugdl2
Tags: upstream-0.1~bzr13
ImportĀ upstreamĀ versionĀ 0.1~bzr13

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