Rev 3704: Fix version strings. in http://bzr.arbash-meinel.com/branches/bzr/1.7-dev/1.7rc2
John Arbash Meinel
john at arbash-meinel.com
Tue Sep 16 22:40:05 BST 2008
At http://bzr.arbash-meinel.com/branches/bzr/1.7-dev/1.7rc2
------------------------------------------------------------
revno: 3704
revision-id: john at arbash-meinel.com-20080916213928-lmb6zxe665ofjocp
parent: john at arbash-meinel.com-20080916213829-g18jj2b94k70fkxj
committer: John Arbash Meinel <john at arbash-meinel.com>
branch nick: 1.7rc2
timestamp: Tue 2008-09-16 16:39:28 -0500
message:
Fix version strings.
-------------- next part --------------
=== modified file 'bzrlib/__init__.py'
--- a/bzrlib/__init__.py 2008-09-09 21:27:30 +0000
+++ b/bzrlib/__init__.py 2008-09-16 21:39:28 +0000
@@ -41,7 +41,7 @@
# Python version 2.0 is (2, 0, 0, 'final', 0)." Additionally we use a
# releaselevel of 'dev' for unreleased under-development code.
-version_info = (1, 7, 0, 'candidate', 1)
+version_info = (1, 7, 0, 'candidate', 2)
# API compatibility version: bzrlib is currently API compatible with 1.7.
More information about the bazaar-commits
mailing list