Rev 819: mark as compatible with 1.1 in file:///data/jelmer/bzr-svn/0.4/
Jelmer Vernooij
jelmer at samba.org
Fri Jan 18 04:05:51 GMT 2008
At file:///data/jelmer/bzr-svn/0.4/
------------------------------------------------------------
revno: 819
revision-id:jelmer at samba.org-20071221213758-rg5xpgdfe7ny43v1
parent: jelmer at samba.org-20071221201924-oahm630a02yawck6
committer: Jelmer Vernooij <jelmer at samba.org>
branch nick: 0.4
timestamp: Fri 2007-12-21 22:37:58 +0100
message:
mark as compatible with 1.1
modified:
__init__.py __init__.py-20051008155114-eae558e6cf149e1d
=== modified file '__init__.py'
--- a/__init__.py 2007-12-06 15:54:08 +0000
+++ b/__init__.py 2007-12-21 21:37:58 +0000
@@ -39,7 +39,7 @@
version_string = '%d.%d.%d%s%d' % version_info
__version__ = version_string
-COMPATIBLE_BZR_VERSIONS = [(0, 93), (1, 0)]
+COMPATIBLE_BZR_VERSIONS = [(0, 93), (1, 0), (1, 1)]
def check_bzrlib_version(desired):
"""Check that bzrlib is compatible.
More information about the bazaar-commits
mailing list