[Zope-Checkins] CVS: Zope/inst - versions.py:1.9
Fred L. Drake, Jr.
fred at zope.com
Wed Dec 17 17:37:56 EST 2003
Update of /cvs-repository/Zope/inst
In directory cvs.zope.org:/tmp/cvs-serv26071/inst
Modified Files:
versions.py
Log Message:
Update version info to match configure script.
=== Zope/inst/versions.py 1.8 => 1.9 ===
--- Zope/inst/versions.py:1.8 Tue Aug 26 13:48:42 2003
+++ Zope/inst/versions.py Wed Dec 17 17:37:55 2003
@@ -1,7 +1,7 @@
-ZOPE_MAJOR_VERSION = '2.7'
+ZOPE_MAJOR_VERSION = '2.8'
ZOPE_MINOR_VERSION = '0'
ZOPE_BRANCH_NAME = '$Name$'[6:] or 'no-branch'
# always start prerelease branches with '0' to avoid upgrade
# issues in RPMs
-VERSION_RELEASE_TAG = 'b2+'
+VERSION_RELEASE_TAG = 'a0'
More information about the Zope-Checkins
mailing list