Commit 712640c4 authored by Chris Withers's avatar Chris Withers

tweak versions.

parent 71eda70c
......@@ -6,7 +6,7 @@ The buildout has been tested under Windows 2K and XP Pro SP2.
Setup Environment
------------------
Install Python 2.4.2 (or whatever is most current) by running its native
Install Python 2.4.3 (or whatever is most current) by running its native
Windows installer from python.org.
Note: Python 2.4 switched from using a Wise installer to using a
......@@ -35,9 +35,9 @@ Within a Zope checkout, the parent directory of this package is inst. Make
a "tmp" directory, inst/tmp. Place the necessary pre-requisites in the tmp
directory. At the time of this writing, these are:
- Python-2.4.2.tgz
- pywin32-207.win32-py2.4.exe
- Zope-2.9.1.tgz
- Python-2.4.3.tgz
- pywin32-208.win32-py2.4.exe
- Zope-2.9.3.tgz
As time marches on, these version numbers will obviously change. See/edit
mk/python.mk and mk/zope.mk for the exact versions required.
......
......@@ -15,8 +15,8 @@
# a compiler.
PYVERSION_MAJOR := 2
PYVERSION_MINOR := 4
PYVERSION_PATCH := 2
W32ALLVERSION := 207
PYVERSION_PATCH := 3
W32ALLVERSION := 208
PYVERSION := $(PYVERSION_MAJOR).$(PYVERSION_MINOR).$(PYVERSION_PATCH)
......
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