[Checkins] SVN: Zope/branches/2.12/ 2.12.3

Andreas Jung andreas at andreas-jung.com
Mon Jan 11 10:57:03 EST 2010


Log message for revision 108017:
  2.12.3
  

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	2010-01-11 15:31:51 UTC (rev 108016)
+++ Zope/branches/2.12/doc/CHANGES.rst	2010-01-11 15:57:03 UTC (rev 108017)
@@ -5,7 +5,7 @@
 Change information for previous versions of Zope can be found in the
 file HISTORY.txt.
 
-Zope 2.12.3 (unreleased)
+Zope 2.12.3 (2010/01/12)
 ------------------------
 
 Bugs Fixed

Modified: Zope/branches/2.12/inst/WinBuilders/mk/zope.mk
===================================================================
--- Zope/branches/2.12/inst/WinBuilders/mk/zope.mk	2010-01-11 15:31:51 UTC (rev 108016)
+++ Zope/branches/2.12/inst/WinBuilders/mk/zope.mk	2010-01-11 15:57:03 UTC (rev 108017)
@@ -1,4 +1,4 @@
-ZOPEVERSION = 2.12.2-final
+ZOPEVERSION = 2.12.3-final
 ZOPEDIRNAME := Zope-$(ZOPEVERSION)
 
 ZOPE_REQUIRED_FILES=tmp/$(ZOPEDIRNAME).tgz

Modified: Zope/branches/2.12/inst/versions.py
===================================================================
--- Zope/branches/2.12/inst/versions.py	2010-01-11 15:31:51 UTC (rev 108016)
+++ Zope/branches/2.12/inst/versions.py	2010-01-11 15:57:03 UTC (rev 108017)
@@ -1,5 +1,5 @@
 ZOPE_MAJOR_VERSION  = '2.12'
-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

Modified: Zope/branches/2.12/setup.py
===================================================================
--- Zope/branches/2.12/setup.py	2010-01-11 15:31:51 UTC (rev 108016)
+++ Zope/branches/2.12/setup.py	2010-01-11 15:57:03 UTC (rev 108017)
@@ -19,7 +19,7 @@
 EXTENSIONCLASS_INCLUDEDIRS = ['include', 'src']
 
 params = dict(name='Zope2',
-    version='2.12.3dev',
+    version='2.12.3',
     url='http://www.zope.org',
     license='ZPL 2.1',
     description='Zope2 application server / web framework',



More information about the checkins mailing list