[Zope-Checkins] SVN: Zope/branches/2.10/ we want a 2.10.2 beta 1
	release
    Andreas Jung 
    andreas at andreas-jung.com
       
    Sat Jan 13 06:58:18 EST 2007
    
    
  
Log message for revision 72002:
  we want a 2.10.2 beta 1 release
  
Changed:
  U   Zope/branches/2.10/doc/CHANGES.txt
  U   Zope/branches/2.10/inst/WinBuilders/mk/zope.mk
  U   Zope/branches/2.10/inst/versions.py
-=-
Modified: Zope/branches/2.10/doc/CHANGES.txt
===================================================================
--- Zope/branches/2.10/doc/CHANGES.txt	2007-01-13 11:57:21 UTC (rev 72001)
+++ Zope/branches/2.10/doc/CHANGES.txt	2007-01-13 11:58:17 UTC (rev 72002)
@@ -4,7 +4,7 @@
   Change information for previous versions of Zope can be found in the
   file HISTORY.txt.
 
-  Zope 2.10.2 (2007/01/14)
+  Zope 2.10.2 beta 1 (2007/01/14)
 
     Bugs fixed
 
Modified: Zope/branches/2.10/inst/WinBuilders/mk/zope.mk
===================================================================
--- Zope/branches/2.10/inst/WinBuilders/mk/zope.mk	2007-01-13 11:57:21 UTC (rev 72001)
+++ Zope/branches/2.10/inst/WinBuilders/mk/zope.mk	2007-01-13 11:58:17 UTC (rev 72002)
@@ -1,4 +1,4 @@
-ZOPEVERSION = 2.10.2-final
+ZOPEVERSION = 2.10.2-beta-1
 ZOPEDIRNAME := Zope-$(ZOPEVERSION)
 
 ZOPE_REQUIRED_FILES=tmp/$(ZOPEDIRNAME).tgz
Modified: Zope/branches/2.10/inst/versions.py
===================================================================
--- Zope/branches/2.10/inst/versions.py	2007-01-13 11:57:21 UTC (rev 72001)
+++ Zope/branches/2.10/inst/versions.py	2007-01-13 11:58:17 UTC (rev 72002)
@@ -1,5 +1,5 @@
 ZOPE_MAJOR_VERSION  = '2.10'
-ZOPE_MINOR_VERSION  = '2'
+ZOPE_MINOR_VERSION  = '2-b1'
 ZOPE_BRANCH_NAME    = '$Name$'[6:] or 'no-branch'
 
 # always start prerelease branches with '0' to avoid upgrade
    
    
More information about the Zope-Checkins
mailing list