Commit 679d4f34 authored by Tim Peters's avatar Tim Peters

Checking into a tag is evil, but the tag was made with

incorrect version numbers in two of the makefiles needed
to build the Windows installer for 2.8.8.
parent 1f6de844
...@@ -6,7 +6,7 @@ PYVERSION_MAJOR=2 ...@@ -6,7 +6,7 @@ PYVERSION_MAJOR=2
PYVERSION_MINOR=3 PYVERSION_MINOR=3
PYVERSION_PATCH=5 PYVERSION_PATCH=5
PYVERSION=$(PYVERSION_MAJOR).$(PYVERSION_MINOR).$(PYVERSION_PATCH) PYVERSION=$(PYVERSION_MAJOR).$(PYVERSION_MINOR).$(PYVERSION_PATCH)
W32ALLVERSION=205 W32ALLVERSION=207
# CAUTION: Extracting files from Wise installers doesn't really do what # CAUTION: Extracting files from Wise installers doesn't really do what
# you expect. While a Wise installer is a zip file, the zip file # you expect. While a Wise installer is a zip file, the zip file
......
...@@ -3,7 +3,7 @@ ZOPE_REQUIRED_FILES=tmp/$(ZOPEDIRNAME).tgz ...@@ -3,7 +3,7 @@ ZOPE_REQUIRED_FILES=tmp/$(ZOPEDIRNAME).tgz
REQUIRED_FILES=$(PYTHON_REQUIRED_FILES)\ REQUIRED_FILES=$(PYTHON_REQUIRED_FILES)\
$(ZOPE_REQUIRED_FILES) $(ZOPE_REQUIRED_FILES)
ZOPEVERSION=2.8.7-final ZOPEVERSION=2.8.8-final
ZOPEDIRNAME=Zope-$(ZOPEVERSION) ZOPEDIRNAME=Zope-$(ZOPEVERSION)
MAKEZOPE="$(MAKEFILEDIR)/bin/makezope.bat" "$(WIN_BUILD_DIR)" MAKEZOPE="$(MAKEFILEDIR)/bin/makezope.bat" "$(WIN_BUILD_DIR)"
......
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