[Zope-Checkins] SVN: Zope/branches/2.9/ Preparing 2.9.3
Andreas Jung
andreas at andreas-jung.com
Fri May 12 07:15:09 EDT 2006
Log message for revision 68105:
Preparing 2.9.3
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-05-12 09:01:02 UTC (rev 68104)
+++ Zope/branches/2.9/doc/CHANGES.txt 2006-05-12 11:15:08 UTC (rev 68105)
@@ -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
- Zope 2.9.3 (UNRELEASED)
+ Zope 2.9.3 (2006/05/13)
Bugs fixed
Modified: Zope/branches/2.9/inst/WinBuilders/mk/zope.mk
===================================================================
--- Zope/branches/2.9/inst/WinBuilders/mk/zope.mk 2006-05-12 09:01:02 UTC (rev 68104)
+++ Zope/branches/2.9/inst/WinBuilders/mk/zope.mk 2006-05-12 11:15:08 UTC (rev 68105)
@@ -1,4 +1,4 @@
-ZOPEVERSION := 2.9.2
+ZOPEVERSION := 2.9.3
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-05-12 09:01:02 UTC (rev 68104)
+++ Zope/branches/2.9/inst/versions.py 2006-05-12 11:15:08 UTC (rev 68105)
@@ -1,5 +1,5 @@
ZOPE_MAJOR_VERSION = '2.9'
-ZOPE_MINOR_VERSION = '2'
+ZOPE_MINOR_VERSION = '3'
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