X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/3eac0818ff869f347e7fe3f745079624f3669b57..f78e4942ec0f3f6abd2992502e2d6c5c2e8e55f6:/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