Commit 41d6651f authored by Andreas Jung's avatar Andreas Jung

2.8.1b1

parent 89ac17a1
......@@ -22,7 +22,7 @@ Zope Changes
- Collector #1233: port ZOPE_CONFIG patch from Zope 2.7 to Zope 2.8
After Zope 2.8.0
Zope 2.8.1 b1 (2005/07/28)
Features Added
......
......@@ -3,7 +3,7 @@ ZOPE_REQUIRED_FILES=tmp/$(ZOPEDIRNAME).tgz
REQUIRED_FILES=$(PYTHON_REQUIRED_FILES)\
$(ZOPE_REQUIRED_FILES)
ZOPEVERSION=2.8.0
ZOPEVERSION=2.8.1-b1
ZOPEDIRNAME=Zope-$(ZOPEVERSION)
MAKEZOPE="$(MAKEFILEDIR)/bin/makezope.bat" "$(WIN_BUILD_DIR)"
......
ZOPE_MAJOR_VERSION = '2.8'
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
# issues in RPMs
VERSION_RELEASE_TAG = 'final'
VERSION_RELEASE_TAG = 'b1'
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