X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/5924e48d2e2261a3b50352aa7ec091b82e4c25e8..c4c3e30f2eb4b6771869d1661c32e0b732a6874a:/wxPython/config.py diff --git a/wxPython/config.py b/wxPython/config.py index 5276113974..ad0a8a261a 100644 --- a/wxPython/config.py +++ b/wxPython/config.py @@ -38,7 +38,7 @@ import distutils.command.clean VER_MAJOR = 2 # The first three must match wxWidgets VER_MINOR = 5 VER_RELEASE = 2 -VER_SUBREL = 3 # wxPython release num for x.y.z release of wxWidgets +VER_SUBREL = 8 # wxPython release num for x.y.z release of wxWidgets VER_FLAGS = "" # release flags, such as prerelease num, unicode, etc. DESCRIPTION = "Cross platform GUI toolkit for Python"