From ddbcf1ade88deca406b262dcbe95296ca5702938 Mon Sep 17 00:00:00 2001 From: Bob Ippolito Date: Thu, 31 Mar 2005 17:38:00 +0000 Subject: (This is only relevant to the MacPython binary release process) 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mac/OSX/Dist/resources/postflight b/Mac/OSX/Dist/resources/postflight index e5c7f9d..bc1486e 100755 --- a/Mac/OSX/Dist/resources/postflight +++ b/Mac/OSX/Dist/resources/postflight @@ -4,7 +4,7 @@ # installed. #---------------------------------------------------------------------- -PYVER=2.3 +PYVER=2.4 PKG=$1 DEST=$2 -- cgit v0.12