/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to bzrlib/__init__.py

  • Committer: Andrew Bennetts
  • Date: 2008-12-18 05:56:17 UTC
  • mfrom: (3910 +trunk)
  • mto: This revision was merged to the branch mainline in revision 3922.
  • Revision ID: andrew.bennetts@canonical.com-20081218055617-f128x46i6rjjbrx9
Merge bzr.dev.

Show diffs side-by-side

added added

removed removed

Lines of Context:
53
53
version_info = (1, 11, 0, 'dev', 0)
54
54
 
55
55
 
56
 
# API compatibility version: bzrlib is currently API compatible with 1.7.
57
 
api_minimum_version = (1, 7, 0)
 
56
# API compatibility version: bzrlib is currently API compatible with 1.11.
 
57
api_minimum_version = (1, 11, 0)
58
58
 
59
59
 
60
60
def _format_version_tuple(version_info):