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

Chris Withers chris at simplistix.co.uk
Wed May 24 12:45:33 EDT 2006


Log message for revision 68265:
  tweak versions.

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

-=-
Modified: Zope/tags/2.9.3/inst/WinBuilders/README.txt
===================================================================
--- Zope/tags/2.9.3/inst/WinBuilders/README.txt	2006-05-24 15:55:48 UTC (rev 68264)
+++ Zope/tags/2.9.3/inst/WinBuilders/README.txt	2006-05-24 16:45:32 UTC (rev 68265)
@@ -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.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.

Modified: Zope/tags/2.9.3/inst/WinBuilders/mk/python.mk
===================================================================
--- Zope/tags/2.9.3/inst/WinBuilders/mk/python.mk	2006-05-24 15:55:48 UTC (rev 68264)
+++ Zope/tags/2.9.3/inst/WinBuilders/mk/python.mk	2006-05-24 16:45:32 UTC (rev 68265)
@@ -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