[Zope-Checkins] SVN: Zope/branches/2.12/ 2.12.1

Andreas Jung andreas at andreas-jung.com
Sun Nov 1 07:38:47 EST 2009


Log message for revision 105412:
  2.12.1
  

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

-=-
Modified: Zope/branches/2.12/doc/CHANGES.rst
===================================================================
--- Zope/branches/2.12/doc/CHANGES.rst	2009-10-31 17:14:20 UTC (rev 105411)
+++ Zope/branches/2.12/doc/CHANGES.rst	2009-11-01 12:38:46 UTC (rev 105412)
@@ -5,7 +5,7 @@
 Change information for previous versions of Zope can be found in the
 file HISTORY.txt.
 
-Zope 2.12.1 (unreleased)
+Zope 2.12.1 (2009/11/02)
 ------------------------
 
 Bugs Fixed

Modified: Zope/branches/2.12/inst/WinBuilders/mk/zope.mk
===================================================================
--- Zope/branches/2.12/inst/WinBuilders/mk/zope.mk	2009-10-31 17:14:20 UTC (rev 105411)
+++ Zope/branches/2.12/inst/WinBuilders/mk/zope.mk	2009-11-01 12:38:46 UTC (rev 105412)
@@ -1,4 +1,4 @@
-ZOPEVERSION = 2.12.0-final
+ZOPEVERSION = 2.12.1-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	2009-10-31 17:14:20 UTC (rev 105411)
+++ Zope/branches/2.12/inst/versions.py	2009-11-01 12:38:46 UTC (rev 105412)
@@ -1,5 +1,5 @@
 ZOPE_MAJOR_VERSION  = '2.12'
-ZOPE_MINOR_VERSION  = '0'
+ZOPE_MINOR_VERSION  = '1'
 ZOPE_BRANCH_NAME    = '$Name$'[6:] or 'no-branch'
 
 # always start prerelease branches with '0' to avoid upgrade



More information about the Zope-Checkins mailing list