Rev 3571: Prepare bzr 1.7.1rc1 in http://bzr.arbash-meinel.com/branches/bzr/1.7-dev/merge_lca_multi

John Arbash Meinel john at arbash-meinel.com
Wed Sep 24 13:58:16 BST 2008


At http://bzr.arbash-meinel.com/branches/bzr/1.7-dev/merge_lca_multi

------------------------------------------------------------
revno: 3571
revision-id: john at arbash-meinel.com-20080924125807-f0enrs904y9sy3jx
parent: john at arbash-meinel.com-20080924125729-l5edidgaus6lq6zv
committer: John Arbash Meinel <john at arbash-meinel.com>
branch nick: merge_lca_multi
timestamp: Wed 2008-09-24 07:58:07 -0500
message:
  Prepare bzr 1.7.1rc1
-------------- next part --------------
=== modified file 'bzr'
--- a/bzr	2008-08-29 19:32:00 +0000
+++ b/bzr	2008-09-24 12:58:07 +0000
@@ -22,7 +22,7 @@
 import sys
 
 # update this on each release
-_script_version = (1, 7, 0)
+_script_version = (1, 7, 1)
 
 if __doc__ is None:
     print "bzr does not support python -OO."

=== modified file 'bzrlib/__init__.py'
--- a/bzrlib/__init__.py	2008-09-23 16:14:54 +0000
+++ b/bzrlib/__init__.py	2008-09-24 12:58:07 +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, 'final', 0)
+version_info = (1, 7, 1, 'candidate', 1)
 
 
 # API compatibility version: bzrlib is currently API compatible with 1.7.



More information about the bazaar-commits mailing list