/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: Martin Pool
  • Date: 2008-05-02 05:10:09 UTC
  • mfrom: (3360.3.4 1.4)
  • mto: This revision was merged to the branch mainline in revision 3401.
  • Revision ID: mbp@sourcefrog.net-20080502051009-ipu3n3ma01711eqe
Merge 1.4final back to trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
43
43
 
44
44
version_info = (1, 5, 0, 'dev', 0)
45
45
 
 
46
 
46
47
# API compatibility version: bzrlib is currently API compatible with 0.18.
47
48
api_minimum_version = (0, 18, 0)
48
49