]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
(This is only relevant to the MacPython binary release process)
authorBob Ippolito <bob@redivi.com>
Thu, 31 Mar 2005 17:38:00 +0000 (17:38 +0000)
committerBob Ippolito <bob@redivi.com>
Thu, 31 Mar 2005 17:38:00 +0000 (17:38 +0000)
Set the Python version to 2.4 in the postflight script used when building
Mac OS X installer distributions.  Previously it was set to 2.3, so it
wouldn't build a working installer.

Mac/OSX/Dist/resources/postflight

index e5c7f9de22b0dc1fb7ad75bf1794bab69d0b54a1..bc1486e1f07d725428f9eac6a9ab36c07fed5a37 100755 (executable)
@@ -4,7 +4,7 @@
 # installed.
 #----------------------------------------------------------------------
 
-PYVER=2.3
+PYVER=2.4
 
 PKG=$1
 DEST=$2