Commit 04708df0 authored by Tres Seaver's avatar Tres Seaver

Note dropping of 'zpkg'; use a current version number.

parent 6b85df17
......@@ -18,6 +18,9 @@ Zope Changes
Bugs fixed
- Returned to the "classic" './configure && make && make install'
recipe, dropping the use of 'zpkg' for building Zope2 releases.
- OFS Application: Updated deprecation warnings.
Support for '__ac_permissions__' and 'meta_types' will be removed in
Zope 2.11, 'methods' support might remain longer.
......
......@@ -34,6 +34,7 @@ Distutils setup for Zope
--install-platlib=/usr/local/lib/zope \
--install-purelib=/usr/local/lib/zope
"""
ZOPE_VERSION = '2.9.4-alpha'
import glob
import os
......@@ -447,7 +448,7 @@ doclines = __doc__.split("\n")
setup(name='Zope',
author=AUTHOR,
version="2.8",
version=ZOPE_VERSION,
maintainer="Zope Corporation",
maintainer_email="zope-dev@zope.org",
url = "http://www.zope.org/",
......
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