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

Andreas Jung andreas at andreas-jung.com
Mon Dec 19 02:28:44 EST 2005


Log message for revision 40882:
  Zope-2.8.5
  

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	2005-12-19 01:57:43 UTC (rev 40881)
+++ Zope/branches/Zope-2_8-branch/doc/CHANGES.txt	2005-12-19 07:28:43 UTC (rev 40882)
@@ -22,7 +22,7 @@
 
    - Collector #1233: port ZOPE_CONFIG patch from Zope 2.7 to Zope 2.8
 
-  Zope 2.8.5 (unreleased)
+  Zope 2.8.5 (2005/12/19)
 
     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	2005-12-19 01:57:43 UTC (rev 40881)
+++ Zope/branches/Zope-2_8-branch/inst/WinBuilders/mk/zope.mk	2005-12-19 07:28:43 UTC (rev 40882)
@@ -3,7 +3,7 @@
 REQUIRED_FILES=$(PYTHON_REQUIRED_FILES)\
                $(ZOPE_REQUIRED_FILES)
 
-ZOPEVERSION=2.8.4-final
+ZOPEVERSION=2.8.5-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	2005-12-19 01:57:43 UTC (rev 40881)
+++ Zope/branches/Zope-2_8-branch/inst/versions.py	2005-12-19 07:28:43 UTC (rev 40882)
@@ -1,5 +1,5 @@
 ZOPE_MAJOR_VERSION  = '2.8'
-ZOPE_MINOR_VERSION  = '4'
+ZOPE_MINOR_VERSION  = '5'
 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