/b-gtk/fix-viz

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/b-gtk/fix-viz

« back to all changes in this revision

Viewing changes to __init__.py

  • Committer: Daniel Schierbeck
  • Date: 2008-03-12 15:20:01 UTC
  • mto: This revision was merged to the branch mainline in revision 452.
  • Revision ID: daniel.schierbeck@gmail.com-20080312152001-q7q7oqskgawqtljm
Bumped required version of bzrlib to 1.3.

Show diffs side-by-side

added added

removed removed

Lines of Context:
45
45
    version_string = '%d.%d.%d%s%d' % version_info
46
46
__version__ = version_string
47
47
 
48
 
required_bzrlib = (1, 0)
 
48
required_bzrlib = (1, 3)
49
49
 
50
50
def check_bzrlib_version(desired):
51
51
    """Check that bzrlib is compatible.