X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f114b8580b980c54e7b6194fe6494a86cb833907..900eb07b487d457492051da8e846cce49168b5c3:/wxPython/src/__version__.py diff --git a/wxPython/src/__version__.py b/wxPython/src/__version__.py index b846f0cf7f..fb85872b2e 100644 --- a/wxPython/src/__version__.py +++ b/wxPython/src/__version__.py @@ -1 +1,12 @@ -ver = '2.3.3pre8' +# This file was generated by setup.py... + +wxVERSION_STRING = '2.5.1.0p1' +wxMAJOR_VERSION = 2 +wxMINOR_VERSION = 5 +wxRELEASE_VERSION = 1 +wxSUBREL_VERSION = 0 + +wxVERSION = (wxMAJOR_VERSION, wxMINOR_VERSION, wxRELEASE_VERSION, + wxSUBREL_VERSION, 'p1') + +wxRELEASE_NUMBER = wxRELEASE_VERSION # for compatibility