[Zope-Checkins]
SVN: Zope/branches/tim-2.9-windows-installer/inst/WinBuilders/mk/python.mk
Python 2.4.2 is needed now.
Tim Peters
tim.one at comcast.net
Wed Jan 11 14:20:13 EST 2006
Log message for revision 41277:
Python 2.4.2 is needed now.
Changed:
U Zope/branches/tim-2.9-windows-installer/inst/WinBuilders/mk/python.mk
-=-
Modified: Zope/branches/tim-2.9-windows-installer/inst/WinBuilders/mk/python.mk
===================================================================
--- Zope/branches/tim-2.9-windows-installer/inst/WinBuilders/mk/python.mk 2006-01-11 19:13:44 UTC (rev 41276)
+++ Zope/branches/tim-2.9-windows-installer/inst/WinBuilders/mk/python.mk 2006-01-11 19:20:13 UTC (rev 41277)
@@ -1,10 +1,10 @@
# The Python and pywin32 versions. For Python, both the source tarball
-# and the Windows installer must be in tmp/. For pywin32 (previously known
+# and the Windows installer must be in tmp/. For pywin32 (previously known
# as win32all), the Windows installer must be in tmp/. Nothing beyond those
# is required to build Python, and you don't even need a compiler.
PYVERSION_MAJOR=2
-PYVERSION_MINOR=3
-PYVERSION_PATCH=5
+PYVERSION_MINOR=4
+PYVERSION_PATCH=2
PYVERSION=$(PYVERSION_MAJOR).$(PYVERSION_MINOR).$(PYVERSION_PATCH)
W32ALLVERSION=205
More information about the Zope-Checkins
mailing list