]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/config.py
Check for empty page location to avoid crash in lack of selected book (solves bug...
[wxWidgets.git] / wxPython / config.py
index fa74e2acc30f7f2e6a61cf95c4b8799d5bdb00b5..82f5da08e4c06ee98f7fcf5c2d5e2d931831207f 100644 (file)
@@ -39,8 +39,8 @@ import distutils.command.clean
 VER_MAJOR        = 2      # The first three must match wxWidgets
 VER_MINOR        = 5
 VER_RELEASE      = 4
-VER_SUBREL       = 1      # wxPython release num for x.y.z release of wxWidgets
-VER_FLAGS        = ""     # release flags, such as prerelease num, unicode, etc.
+VER_SUBREL       = 2      # wxPython release num for x.y.z release of wxWidgets
+VER_FLAGS        = "pre"     # release flags, such as prerelease num, unicode, etc.
 
 DESCRIPTION      = "Cross platform GUI toolkit for Python"
 AUTHOR           = "Robin Dunn"