[Zope-Checkins] SVN: Zope/branches/2.11/ 2.11.5

Andreas Jung andreas at andreas-jung.com
Tue Dec 22 01:42:14 EST 2009


Log message for revision 106853:
  2.11.5
  

Changed:
  U   Zope/branches/2.11/doc/CHANGES.txt
  U   Zope/branches/2.11/inst/WinBuilders/mk/zope.mk
  U   Zope/branches/2.11/inst/versions.py

-=-
Modified: Zope/branches/2.11/doc/CHANGES.txt
===================================================================
--- Zope/branches/2.11/doc/CHANGES.txt	2009-12-22 06:35:09 UTC (rev 106852)
+++ Zope/branches/2.11/doc/CHANGES.txt	2009-12-22 06:42:14 UTC (rev 106853)
@@ -4,7 +4,7 @@
   Change information for previous versions of Zope can be found in the
   file HISTORY.txt.
 
-  Zope 2.11.5 (Unreleased)
+  Zope 2.11.5 (2009/12/22)
 
     Bugs Fixed
 

Modified: Zope/branches/2.11/inst/WinBuilders/mk/zope.mk
===================================================================
--- Zope/branches/2.11/inst/WinBuilders/mk/zope.mk	2009-12-22 06:35:09 UTC (rev 106852)
+++ Zope/branches/2.11/inst/WinBuilders/mk/zope.mk	2009-12-22 06:42:14 UTC (rev 106853)
@@ -1,4 +1,4 @@
-ZOPEVERSION = 2.11.4-final
+ZOPEVERSION = 2.11.5-final
 ZOPEDIRNAME := Zope-$(ZOPEVERSION)
 
 ZOPE_REQUIRED_FILES=tmp/$(ZOPEDIRNAME).tgz

Modified: Zope/branches/2.11/inst/versions.py
===================================================================
--- Zope/branches/2.11/inst/versions.py	2009-12-22 06:35:09 UTC (rev 106852)
+++ Zope/branches/2.11/inst/versions.py	2009-12-22 06:42:14 UTC (rev 106853)
@@ -1,5 +1,5 @@
 ZOPE_MAJOR_VERSION  = '2.11'
-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