[Zope-Checkins] SVN: Zope/branches/2.9/inst/ updated to 2.9.9

Andreas Jung andreas at andreas-jung.com
Sat May 10 02:33:44 EDT 2008


Log message for revision 86605:
  updated to 2.9.9
  

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

-=-
Modified: Zope/branches/2.9/inst/WinBuilders/mk/zope.mk
===================================================================
--- Zope/branches/2.9/inst/WinBuilders/mk/zope.mk	2008-05-10 06:32:47 UTC (rev 86604)
+++ Zope/branches/2.9/inst/WinBuilders/mk/zope.mk	2008-05-10 06:33:44 UTC (rev 86605)
@@ -1,4 +1,4 @@
-ZOPEVERSION = 2.9.8
+ZOPEVERSION = 2.9.9
 ZOPEDIRNAME := Zope-$(ZOPEVERSION)
 
 ZOPE_REQUIRED_FILES=tmp/$(ZOPEDIRNAME).tgz

Modified: Zope/branches/2.9/inst/versions.py
===================================================================
--- Zope/branches/2.9/inst/versions.py	2008-05-10 06:32:47 UTC (rev 86604)
+++ Zope/branches/2.9/inst/versions.py	2008-05-10 06:33:44 UTC (rev 86605)
@@ -1,5 +1,5 @@
 ZOPE_MAJOR_VERSION  = '2.9'
-ZOPE_MINOR_VERSION  = '8'
+ZOPE_MINOR_VERSION  = '9'
 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