X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/3eac0818ff869f347e7fe3f745079624f3669b57..7e24348eb8486ddf96f9fc6d08458e955db86381:/wxPython/b diff --git a/wxPython/b b/wxPython/b index e748313184..ffa2477fb1 100755 --- a/wxPython/b +++ b/wxPython/b @@ -18,6 +18,8 @@ function getpyver { PYVER=2.2 elif [ "$1" = "23" ]; then PYVER=2.3 + elif [ "$1" = "24" ]; then + PYVER=2.4 else echo You must specify Python version as first parameter. exit