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

Andreas Jung andreas at andreas-jung.com
Thu Aug 6 08:29:38 EDT 2009


Log message for revision 102513:
  2.12.0b4
  

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-08-06 12:19:35 UTC (rev 102512)
+++ Zope/branches/2.12/doc/CHANGES.rst	2009-08-06 12:29:37 UTC (rev 102513)
@@ -5,7 +5,7 @@
 Change information for previous versions of Zope can be found in the
 file HISTORY.txt.
 
-after Zope 2.12.0 b3 (unreleased)
+Zope 2.12.0 b4 (2008/08/06)
 ---------------------------------
 
 Features Added

Modified: Zope/branches/2.12/inst/WinBuilders/mk/zope.mk
===================================================================
--- Zope/branches/2.12/inst/WinBuilders/mk/zope.mk	2009-08-06 12:19:35 UTC (rev 102512)
+++ Zope/branches/2.12/inst/WinBuilders/mk/zope.mk	2009-08-06 12:29:37 UTC (rev 102513)
@@ -1,4 +1,4 @@
-ZOPEVERSION = 2.12.0b3
+ZOPEVERSION = 2.12.0b4
 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-08-06 12:19:35 UTC (rev 102512)
+++ Zope/branches/2.12/inst/versions.py	2009-08-06 12:29:37 UTC (rev 102513)
@@ -4,4 +4,4 @@
 
 # always start prerelease branches with '0' to avoid upgrade
 # issues in RPMs
-VERSION_RELEASE_TAG = 'b3'
+VERSION_RELEASE_TAG = 'b4'

Modified: Zope/branches/2.12/setup.py
===================================================================
--- Zope/branches/2.12/setup.py	2009-08-06 12:19:35 UTC (rev 102512)
+++ Zope/branches/2.12/setup.py	2009-08-06 12:29:37 UTC (rev 102513)
@@ -19,7 +19,7 @@
 EXTENSIONCLASS_INCLUDEDIRS = ['include', 'src']
 
 params = dict(name='Zope2',
-    version='2.12.0b4dev',
+    version='2.12.0b4',
     url='http://www.zope.org',
     license='ZPL 2.1',
     description='Zope2 application server / web framework',



More information about the Zope-Checkins mailing list