X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/78e8819c2e3e35d6a7383af683e8d14b295462a2..877d6bae5ea06c6d45b74307e7ce61f65af514d9:/wxPython/src/__version__.py diff --git a/wxPython/src/__version__.py b/wxPython/src/__version__.py index 1265b0ba70..d253ef4abb 100644 --- a/wxPython/src/__version__.py +++ b/wxPython/src/__version__.py @@ -1 +1,12 @@ -ver = '2.3.2b7+' +# This file was generated by setup.py... + +wxVERSION_STRING = '2.5.0.0p1' +wxMAJOR_VERSION = 2 +wxMINOR_VERSION = 5 +wxRELEASE_VERSION = 0 +wxSUBREL_VERSION = 0 + +wxVERSION = (wxMAJOR_VERSION, wxMINOR_VERSION, wxRELEASE_VERSION, + wxSUBREL_VERSION, 'p1') + +wxRELEASE_NUMBER = wxRELEASE_VERSION # for compatibility