Commit cfa83042 authored by Andreas Jung's avatar Andreas Jung

preparing 2.12.0 release

parent b55718d4
......@@ -5,7 +5,7 @@ This file contains change information for the current Zope release.
Change information for previous versions of Zope can be found in the
file HISTORY.txt.
Zope 2.12.0 final (unreleased)
Zope 2.12.0 final (2009/10/01)
-------------------------------
Features Added
......
ZOPEVERSION = 2.12.0c1
ZOPEVERSION = 2.12.0-final
ZOPEDIRNAME := Zope-$(ZOPEVERSION)
ZOPE_REQUIRED_FILES=tmp/$(ZOPEDIRNAME).tgz
......
......@@ -4,4 +4,4 @@ ZOPE_BRANCH_NAME = '$Name$'[6:] or 'no-branch'
# always start prerelease branches with '0' to avoid upgrade
# issues in RPMs
VERSION_RELEASE_TAG = 'c1'
VERSION_RELEASE_TAG = 'final'
......@@ -19,7 +19,7 @@ from setuptools import setup, find_packages, Extension
EXTENSIONCLASS_INCLUDEDIRS = ['include', 'src']
params = dict(name='Zope2',
version='2.12.0c1',
version='2.12.0',
url='http://www.zope.org',
license='ZPL 2.1',
description='Zope2 application server / web framework',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment