Rev 628: Mark as compatible with bzr 1.13. in file:///home/jelmer/bzr-gtk/trunk/

Jelmer Vernooij jelmer at samba.org
Fri Feb 27 01:28:32 GMT 2009


At file:///home/jelmer/bzr-gtk/trunk/

------------------------------------------------------------
revno: 628
revision-id: jelmer at samba.org-20090227012830-1eaxoxvuk9l2kmr4
parent: jelmer at samba.org-20090130180212-xr7ydv9vcrq94m1f
committer: Jelmer Vernooij <jelmer at samba.org>
branch nick: trunk
timestamp: Fri 2009-02-27 02:28:30 +0100
message:
  Mark as compatible with bzr 1.13.
=== modified file 'NEWS'
--- a/NEWS	2008-08-05 23:21:16 +0000
+++ b/NEWS	2009-02-27 01:28:30 +0000
@@ -12,6 +12,8 @@
 
   * Fix Olive homepage URL. (#255152)
 
+  * Mark as compatible with bzr 1.13.
+
 0.95.0	2008-08-04
 
  UI

=== modified file '__init__.py'
--- a/__init__.py	2009-01-30 18:02:12 +0000
+++ b/__init__.py	2009-02-27 01:28:30 +0000
@@ -50,7 +50,7 @@
 __version__ = version_string
 
 COMPATIBLE_BZR_VERSIONS = [(1, 6, 0), (1, 7, 0), (1, 8, 0), (1, 9, 0),
-                           (1, 10, 0), (1, 11, 0), (1, 12, 0)]
+                           (1, 10, 0), (1, 11, 0), (1, 12, 0), (1, 13, 0)]
 
 bzrlib.api.require_any_api(bzrlib, COMPATIBLE_BZR_VERSIONS)
 




More information about the bazaar-commits mailing list