[Zope-Checkins] SVN: Zope/trunk/inst/WinBuilders/ tweak versions.

Chris Withers chris at simplistix.co.uk
Wed May 24 13:01:10 EDT 2006


Log message for revision 68267:
  tweak versions.

Changed:
  U   Zope/trunk/inst/WinBuilders/README.txt
  U   Zope/trunk/inst/WinBuilders/mk/python.mk

-=-
Modified: Zope/trunk/inst/WinBuilders/README.txt
===================================================================
--- Zope/trunk/inst/WinBuilders/README.txt	2006-05-24 16:51:18 UTC (rev 68266)
+++ Zope/trunk/inst/WinBuilders/README.txt	2006-05-24 17:01:05 UTC (rev 68267)
@@ -6,7 +6,7 @@
 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 @@
 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.10.0b1.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.

Modified: Zope/trunk/inst/WinBuilders/mk/python.mk
===================================================================
--- Zope/trunk/inst/WinBuilders/mk/python.mk	2006-05-24 16:51:18 UTC (rev 68266)
+++ Zope/trunk/inst/WinBuilders/mk/python.mk	2006-05-24 17:01:05 UTC (rev 68267)
@@ -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)
 



More information about the Zope-Checkins mailing list