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