[Zope-Checkins] SVN: Zope/branches/2.9/ Zope 2.9.2

Andreas Jung andreas at andreas-jung.com
Mon Mar 27 00:05:43 EST 2006


Log message for revision 66222:
  Zope 2.9.2
  

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

-=-
Modified: Zope/branches/2.9/doc/CHANGES.txt
===================================================================
--- Zope/branches/2.9/doc/CHANGES.txt	2006-03-27 01:37:22 UTC (rev 66221)
+++ Zope/branches/2.9/doc/CHANGES.txt	2006-03-27 05:05:42 UTC (rev 66222)
@@ -14,7 +14,7 @@
      to the rules for such a type laid out in the Python docs:
      http://docs.python.org/api/supporting-cycle-detection.html
 
-  After Zope 2.9.1
+  Zope 2.9.2 (2006/03/27)
 
     Bugs fixed
 

Modified: Zope/branches/2.9/inst/WinBuilders/mk/zope.mk
===================================================================
--- Zope/branches/2.9/inst/WinBuilders/mk/zope.mk	2006-03-27 01:37:22 UTC (rev 66221)
+++ Zope/branches/2.9/inst/WinBuilders/mk/zope.mk	2006-03-27 05:05:42 UTC (rev 66222)
@@ -1,4 +1,4 @@
-ZOPEVERSION := 2.9.1
+ZOPEVERSION := 2.9.2
 ZOPEDIRNAME := Zope-$(ZOPEVERSION)
 
 ZOPE_REQUIRED_FILES=tmp/$(ZOPEDIRNAME).tgz

Modified: Zope/branches/2.9/inst/versions.py
===================================================================
--- Zope/branches/2.9/inst/versions.py	2006-03-27 01:37:22 UTC (rev 66221)
+++ Zope/branches/2.9/inst/versions.py	2006-03-27 05:05:42 UTC (rev 66222)
@@ -1,5 +1,5 @@
 ZOPE_MAJOR_VERSION  = '2.9'
-ZOPE_MINOR_VERSION  = '1'
+ZOPE_MINOR_VERSION  = '2'
 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