[Zope-Checkins] CVS: Zope/inst - versions.py:1.4.2.21
Andreas Jung
andreas at andreas-jung.com
Wed Apr 13 08:07:58 EDT 2005
Update of /cvs-repository/Zope/inst
In directory cvs.zope.org:/tmp/cvs-serv18226/inst
Modified Files:
Tag: Zope-2_7-branch
versions.py
Log Message:
2.7.6b1
=== Zope/inst/versions.py 1.4.2.20 => 1.4.2.21 ===
--- Zope/inst/versions.py:1.4.2.20 Fri Mar 18 08:19:24 2005
+++ Zope/inst/versions.py Wed Apr 13 08:07:58 2005
@@ -1,7 +1,7 @@
ZOPE_MAJOR_VERSION = '2.7'
-ZOPE_MINOR_VERSION = '5'
+ZOPE_MINOR_VERSION = '6'
ZOPE_BRANCH_NAME = '$Name$'[6:] or 'no-branch'
# always start prerelease branches with '0' to avoid upgrade
# issues in RPMs
-VERSION_RELEASE_TAG = 'final'
+VERSION_RELEASE_TAG = 'b1'
More information about the Zope-Checkins
mailing list