]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/setup.py
don't crash when restoring focus after showing a modal dialog
[wxWidgets.git] / wxPython / setup.py
index 1d32c65c86f6fe46397cde3bb813dd6d67598dca..8bb5d32347641e67d60a3b38a5731156c1e8e64e 100755 (executable)
@@ -17,7 +17,7 @@ VER_MAJOR        = 2      # The first three must match wxWindows
 VER_MINOR        = 5
 VER_RELEASE      = 1
 VER_SUBREL       = 0      # wxPython release num for x.y.z release of wxWindows
-VER_FLAGS        = "p6"   # release flags, such as prerelease num, unicode, etc.
+VER_FLAGS        = "p7"   # release flags, such as prerelease num, unicode, etc.
 
 DESCRIPTION      = "Cross platform GUI toolkit for Python"
 AUTHOR           = "Robin Dunn"