[Zope-Checkins] SVN: Zope/tags/2-8-6/inst/WinBuilders/mk/python.mk Move to build 207 of pywin32 (this should have been

Tim Peters tim.one at comcast.net
Mon Mar 6 20:05:38 EST 2006


Log message for revision 65842:
  Move to build 207 of pywin32 (this should have been
  done before Zope 2.8.6 was tagged).
  

Changed:
  U   Zope/tags/2-8-6/inst/WinBuilders/mk/python.mk

-=-
Modified: Zope/tags/2-8-6/inst/WinBuilders/mk/python.mk
===================================================================
--- Zope/tags/2-8-6/inst/WinBuilders/mk/python.mk	2006-03-06 20:43:04 UTC (rev 65841)
+++ Zope/tags/2-8-6/inst/WinBuilders/mk/python.mk	2006-03-07 01:05:37 UTC (rev 65842)
@@ -1,12 +1,12 @@
 # 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=$(PYVERSION_MAJOR).$(PYVERSION_MINOR).$(PYVERSION_PATCH)
-W32ALLVERSION=205
+W32ALLVERSION=207
 
 # CAUTION:  Extracting files from Wise installers doesn't really do what
 # you expect.  While a Wise installer is a zip file, the zip file



More information about the Zope-Checkins mailing list