X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a9c876c0b0a0e525ab00346d9ef6c64cc8c8acae..88bbc3329bce2066d39e8feb49f3332c30dcfcc4:/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