X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/3ca6a5f04692678cd2d9f3ea0843fc3f5a0b254f..1a97976a450be36d74d20bd85a314d724c83ac8a:/wxPython/src/__version__.py diff --git a/wxPython/src/__version__.py b/wxPython/src/__version__.py index 2ca00768cd..fb85872b2e 100644 --- a/wxPython/src/__version__.py +++ b/wxPython/src/__version__.py @@ -1 +1,12 @@ -ver = '2.2.0' +# 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