[Zope-Checkins] SVN: Zope/branches/Zope-2_8-branch/ preparing 2.8.10

Andreas Jung andreas at andreas-jung.com
Wed Oct 22 08:10:33 EDT 2008


Log message for revision 92475:
  preparing 2.8.10
  

Changed:
  U   Zope/branches/Zope-2_8-branch/doc/CHANGES.txt
  U   Zope/branches/Zope-2_8-branch/inst/WinBuilders/mk/zope.mk
  U   Zope/branches/Zope-2_8-branch/inst/versions.py

-=-
Modified: Zope/branches/Zope-2_8-branch/doc/CHANGES.txt
===================================================================
--- Zope/branches/Zope-2_8-branch/doc/CHANGES.txt	2008-10-22 12:06:05 UTC (rev 92474)
+++ Zope/branches/Zope-2_8-branch/doc/CHANGES.txt	2008-10-22 12:10:32 UTC (rev 92475)
@@ -4,7 +4,7 @@
   Change information for previous versions of Zope can be found in the
   file HISTORY.txt.
 
-  After Zope 2.8.9
+  Zope 2.8.10 (2008/10/24)
 
     Bugs fixed
 

Modified: Zope/branches/Zope-2_8-branch/inst/WinBuilders/mk/zope.mk
===================================================================
--- Zope/branches/Zope-2_8-branch/inst/WinBuilders/mk/zope.mk	2008-10-22 12:06:05 UTC (rev 92474)
+++ Zope/branches/Zope-2_8-branch/inst/WinBuilders/mk/zope.mk	2008-10-22 12:10:32 UTC (rev 92475)
@@ -3,7 +3,7 @@
 REQUIRED_FILES=$(PYTHON_REQUIRED_FILES)\
                $(ZOPE_REQUIRED_FILES)
 
-ZOPEVERSION=2.8.9-final
+ZOPEVERSION=2.8.10-final
 ZOPEDIRNAME=Zope-$(ZOPEVERSION)
 
 MAKEZOPE="$(MAKEFILEDIR)/bin/makezope.bat" "$(WIN_BUILD_DIR)"

Modified: Zope/branches/Zope-2_8-branch/inst/versions.py
===================================================================
--- Zope/branches/Zope-2_8-branch/inst/versions.py	2008-10-22 12:06:05 UTC (rev 92474)
+++ Zope/branches/Zope-2_8-branch/inst/versions.py	2008-10-22 12:10:32 UTC (rev 92475)
@@ -1,5 +1,5 @@
 ZOPE_MAJOR_VERSION  = '2.8'
-ZOPE_MINOR_VERSION  = '9'
+ZOPE_MINOR_VERSION  = '10'
 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