[Zope-Checkins] CVS: Zope/inst - versions.py:1.4.2.8

Andreas Jung andreas at andreas-jung.com
Tue Jul 13 14:57:37 EDT 2004


Update of /cvs-repository/Zope/inst
In directory cvs.zope.org:/tmp/cvs-serv24618/inst

Modified Files:
      Tag: Zope-2_7-branch
	versions.py 
Log Message:
preparing 2.7.2RC1


=== Zope/inst/versions.py 1.4.2.7 => 1.4.2.8 ===
--- Zope/inst/versions.py:1.4.2.7	Sun Jun 20 12:29:54 2004
+++ Zope/inst/versions.py	Tue Jul 13 14:57:06 2004
@@ -1,7 +1,7 @@
 ZOPE_MAJOR_VERSION  = '2.7'
-ZOPE_MINOR_VERSION  = '1'
+ZOPE_MINOR_VERSION  = '2'
 ZOPE_BRANCH_NAME    = '$Name$'[6:] or 'no-branch'
 
 # always start prerelease branches with '0' to avoid upgrade
 # issues in RPMs
-VERSION_RELEASE_TAG = '0'
+VERSION_RELEASE_TAG = 'RC1'



More information about the Zope-Checkins mailing list