]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/config.py
cleanup for 10.5
[wxWidgets.git] / wxPython / config.py
index d2d653453a1d6b6e5f6771935efd30c298ea0d7e..2a94d1d07223afc30b2ca4ac9b0a803753e8d572 100644 (file)
@@ -39,7 +39,7 @@ import distutils.command.clean
 VER_MAJOR        = 2      # The first three must match wxWidgets
 VER_MINOR        = 7
 VER_RELEASE      = 1
-VER_SUBREL       = 0      # wxPython release num for x.y.z release of wxWidgets
+VER_SUBREL       = 1      # wxPython release num for x.y.z release of wxWidgets
 VER_FLAGS        = "pre"  # release flags, such as prerelease or RC num, etc.
 
 DESCRIPTION      = "Cross platform GUI toolkit for Python"