[Zope-Checkins] CVS: Zope/inst - versions.py:1.4.2.13
    Andreas Jung 
    andreas at andreas-jung.com
       
    Thu Dec  2 12:33:10 EST 2004
    
    
  
Update of /cvs-repository/Zope/inst
In directory cvs.zope.org:/tmp/cvs-serv21645/inst
Modified Files:
      Tag: Zope-2_7-branch
	versions.py 
Log Message:
heading for 2.7.4b1
=== Zope/inst/versions.py 1.4.2.12 => 1.4.2.13 ===
--- Zope/inst/versions.py:1.4.2.12	Sun Oct 24 03:48:01 2004
+++ Zope/inst/versions.py	Thu Dec  2 12:33:10 2004
@@ -1,7 +1,7 @@
 ZOPE_MAJOR_VERSION  = '2.7'
-ZOPE_MINOR_VERSION  = '3'
+ZOPE_MINOR_VERSION  = '4'
 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 = 'b1'
    
    
More information about the Zope-Checkins
mailing list