X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a9c876c0b0a0e525ab00346d9ef6c64cc8c8acae..68fc5c8025e38b9d827383fbfe7ce509ae331c1f:/wxPython/b diff --git a/wxPython/b b/wxPython/b index 51cf5d683f..78c8654efe 100755 --- a/wxPython/b +++ b/wxPython/b @@ -25,6 +25,8 @@ function getpyver { PYVER=2.3 elif [ "$1" = "24" ]; then PYVER=2.4 + elif [ "$1" = "25" ]; then + PYVER=2.5 else echo You must specify Python version as first parameter. exit