Skip to content

Commit ddbcf1a

Browse files
committed
(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.
1 parent 9bd2b50 commit ddbcf1a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Mac/OSX/Dist/resources/postflight

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# installed.
55
#----------------------------------------------------------------------
66

7-
PYVER=2.3
7+
PYVER=2.4
88

99
PKG=$1
1010
DEST=$2

0 commit comments

Comments
 (0)