[Checkins] SVN: Zope/branches/2.10/inst/versions.py wrong data

Andreas Jung andreas at andreas-jung.com
Sat Jan 13 07:10:03 EST 2007


Log message for revision 72004:
  wrong data
  

Changed:
  U   Zope/branches/2.10/inst/versions.py

-=-
Modified: Zope/branches/2.10/inst/versions.py
===================================================================
--- Zope/branches/2.10/inst/versions.py	2007-01-13 11:58:52 UTC (rev 72003)
+++ Zope/branches/2.10/inst/versions.py	2007-01-13 12:10:02 UTC (rev 72004)
@@ -1,7 +1,7 @@
 ZOPE_MAJOR_VERSION  = '2.10'
-ZOPE_MINOR_VERSION  = '2-b1'
+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 = 'final'
+VERSION_RELEASE_TAG = 'b1'



More information about the Checkins mailing list