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

Andreas Jung andreas at andreas-jung.com
Wed Jul 16 11:41:09 EDT 2008


Log message for revision 88408:
  2.11.1
  

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	2008-07-16 15:39:40 UTC (rev 88407)
+++ Zope/branches/2.11/doc/CHANGES.txt	2008-07-16 15:41:08 UTC (rev 88408)
@@ -4,7 +4,7 @@
   Change information for previous versions of Zope can be found in the
   file HISTORY.txt.
 
-  After Zope 2.11.0
+  Zope 2.11.1 (2008/07/17)
 
     Bugs Fixed
 

Modified: Zope/branches/2.11/inst/WinBuilders/mk/zope.mk
===================================================================
--- Zope/branches/2.11/inst/WinBuilders/mk/zope.mk	2008-07-16 15:39:40 UTC (rev 88407)
+++ Zope/branches/2.11/inst/WinBuilders/mk/zope.mk	2008-07-16 15:41:08 UTC (rev 88408)
@@ -1,4 +1,4 @@
-ZOPEVERSION = 2.11.0-final
+ZOPEVERSION = 2.11.1-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	2008-07-16 15:39:40 UTC (rev 88407)
+++ Zope/branches/2.11/inst/versions.py	2008-07-16 15:41:08 UTC (rev 88408)
@@ -1,5 +1,5 @@
 ZOPE_MAJOR_VERSION  = '2.11'
-ZOPE_MINOR_VERSION  = '0'
+ZOPE_MINOR_VERSION  = '1'
 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