[Zope-Checkins] SVN: Zope/branches/2.11/ preparing 2.11.0c1
Andreas Jung
andreas at andreas-jung.com
Sat May 24 07:38:22 EDT 2008
Log message for revision 86925:
preparing 2.11.0c1
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-05-24 11:35:33 UTC (rev 86924)
+++ Zope/branches/2.11/doc/CHANGES.txt 2008-05-24 11:38:22 UTC (rev 86925)
@@ -4,7 +4,7 @@
Change information for previous versions of Zope can be found in the
file HISTORY.txt.
- Zope 2.11 beta 2 (unreleased)
+ Zope 2.11 rc 1 (2008/05/08)
Bugs Fixed
Modified: Zope/branches/2.11/inst/WinBuilders/mk/zope.mk
===================================================================
--- Zope/branches/2.11/inst/WinBuilders/mk/zope.mk 2008-05-24 11:35:33 UTC (rev 86924)
+++ Zope/branches/2.11/inst/WinBuilders/mk/zope.mk 2008-05-24 11:38:22 UTC (rev 86925)
@@ -1,4 +1,4 @@
-ZOPEVERSION = 2.11.0-b1
+ZOPEVERSION = 2.11.0-c1
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-05-24 11:35:33 UTC (rev 86924)
+++ Zope/branches/2.11/inst/versions.py 2008-05-24 11:38:22 UTC (rev 86925)
@@ -4,4 +4,4 @@
# always start prerelease branches with '0' to avoid upgrade
# issues in RPMs
-VERSION_RELEASE_TAG = 'b1'
+VERSION_RELEASE_TAG = 'c1'
More information about the Zope-Checkins
mailing list