[Zope-Checkins] SVN: Zope/branches/2.12/ Zope 2.12.0c1

Andreas Jung andreas at andreas-jung.com
Fri Sep 4 00:25:15 EDT 2009


Log message for revision 103518:
  Zope 2.12.0c1
  

Changed:
  U   Zope/branches/2.12/doc/CHANGES.rst
  U   Zope/branches/2.12/inst/WinBuilders/mk/zope.mk
  U   Zope/branches/2.12/inst/versions.py
  U   Zope/branches/2.12/setup.py

-=-
Modified: Zope/branches/2.12/doc/CHANGES.rst
===================================================================
--- Zope/branches/2.12/doc/CHANGES.rst	2009-09-03 22:53:15 UTC (rev 103517)
+++ Zope/branches/2.12/doc/CHANGES.rst	2009-09-04 04:25:14 UTC (rev 103518)
@@ -5,8 +5,8 @@
 Change information for previous versions of Zope can be found in the
 file HISTORY.txt.
 
-after Zope 2.12.0 b4 (unreleased)
----------------------------------
+Zope 2.12.0 c1 (2009/09/04)
+---------------------------
 
 Features Added
 ++++++++++++++

Modified: Zope/branches/2.12/inst/WinBuilders/mk/zope.mk
===================================================================
--- Zope/branches/2.12/inst/WinBuilders/mk/zope.mk	2009-09-03 22:53:15 UTC (rev 103517)
+++ Zope/branches/2.12/inst/WinBuilders/mk/zope.mk	2009-09-04 04:25:14 UTC (rev 103518)
@@ -1,4 +1,4 @@
-ZOPEVERSION = 2.12.0b4
+ZOPEVERSION = 2.12.0c1
 ZOPEDIRNAME := Zope-$(ZOPEVERSION)
 
 ZOPE_REQUIRED_FILES=tmp/$(ZOPEDIRNAME).tgz

Modified: Zope/branches/2.12/inst/versions.py
===================================================================
--- Zope/branches/2.12/inst/versions.py	2009-09-03 22:53:15 UTC (rev 103517)
+++ Zope/branches/2.12/inst/versions.py	2009-09-04 04:25:14 UTC (rev 103518)
@@ -4,4 +4,4 @@
 
 # always start prerelease branches with '0' to avoid upgrade
 # issues in RPMs
-VERSION_RELEASE_TAG = 'b4'
+VERSION_RELEASE_TAG = 'c1'

Modified: Zope/branches/2.12/setup.py
===================================================================
--- Zope/branches/2.12/setup.py	2009-09-03 22:53:15 UTC (rev 103517)
+++ Zope/branches/2.12/setup.py	2009-09-04 04:25:14 UTC (rev 103518)
@@ -19,7 +19,7 @@
 EXTENSIONCLASS_INCLUDEDIRS = ['include', 'src']
 
 params = dict(name='Zope2',
-    version='2.12.0b5dev',
+    version='2.12.0c1',
     url='http://www.zope.org',
     license='ZPL 2.1',
     description='Zope2 application server / web framework',



More information about the Zope-Checkins mailing list