Rev 2260: mark as supporting 1.11. in http://people.samba.org/bzr/jelmer/bzr-svn/0.5
Jelmer Vernooij
jelmer at samba.org
Sat Dec 13 22:29:56 GMT 2008
At http://people.samba.org/bzr/jelmer/bzr-svn/0.5
------------------------------------------------------------
revno: 2260
revision-id: jelmer at samba.org-20081213222952-6g493otu88f4dmnu
parent: jelmer at samba.org-20081213032153-9vixla3x30fr5x3d
committer: Jelmer Vernooij <jelmer at samba.org>
branch nick: 0.5
timestamp: Sat 2008-12-13 23:29:52 +0100
message:
mark as supporting 1.11.
modified:
__init__.py __init__.py-20051008155114-eae558e6cf149e1d
=== modified file '__init__.py'
--- a/__init__.py 2008-12-09 00:20:22 +0000
+++ b/__init__.py 2008-12-13 22:29:52 +0000
@@ -56,7 +56,7 @@
version_string = '%d.%d.%d%s%d' % version_info
__version__ = version_string
-COMPATIBLE_BZR_VERSIONS = [(1, 10, 0)]
+COMPATIBLE_BZR_VERSIONS = [(1, 10, 0), (1, 11, 0)]
def check_subversion_version(subvertpy):
More information about the bazaar-commits
mailing list