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

Andreas Jung andreas at andreas-jung.com
Tue Jul 14 08:13:42 EDT 2009


Log message for revision 101889:
  2.12.0b3
  

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-07-14 10:08:53 UTC (rev 101888)
+++ Zope/branches/2.12/doc/CHANGES.rst	2009-07-14 12:13:42 UTC (rev 101889)
@@ -6,7 +6,7 @@
 file HISTORY.txt.
 
 
-Zope 2.12.0 b3 (unreleased)
+Zope 2.12.0 b3 (2009/07/15)
 ---------------------------
 
 Features Added

Modified: Zope/branches/2.12/inst/WinBuilders/mk/zope.mk
===================================================================
--- Zope/branches/2.12/inst/WinBuilders/mk/zope.mk	2009-07-14 10:08:53 UTC (rev 101888)
+++ Zope/branches/2.12/inst/WinBuilders/mk/zope.mk	2009-07-14 12:13:42 UTC (rev 101889)
@@ -1,4 +1,4 @@
-ZOPEVERSION = 2.12.0b2
+ZOPEVERSION = 2.12.0b3
 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-07-14 10:08:53 UTC (rev 101888)
+++ Zope/branches/2.12/inst/versions.py	2009-07-14 12:13:42 UTC (rev 101889)
@@ -4,4 +4,4 @@
 
 # always start prerelease branches with '0' to avoid upgrade
 # issues in RPMs
-VERSION_RELEASE_TAG = 'b2'
+VERSION_RELEASE_TAG = 'b3'

Modified: Zope/branches/2.12/setup.py
===================================================================
--- Zope/branches/2.12/setup.py	2009-07-14 10:08:53 UTC (rev 101888)
+++ Zope/branches/2.12/setup.py	2009-07-14 12:13:42 UTC (rev 101889)
@@ -19,7 +19,7 @@
 EXTENSIONCLASS_INCLUDEDIRS = ['include', 'src']
 
 params = dict(name='Zope2',
-    version='2.12.0b3dev',
+    version='2.12.0b3',
     url='http://www.zope.org',
     license='ZPL 2.1',
     description='Zope2 application server / web framework',



More information about the Zope-Checkins mailing list