]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/setup.py
default style for statusbars varies by platform
[wxWidgets.git] / wxPython / setup.py
index 31cbb64d1ae36365b111b2d661edf6c390fd2130..1434f661e647af3df33fbef1dc9df02f13f47c56 100755 (executable)
@@ -16,8 +16,8 @@ from distutils.command.install_data import install_data
 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        = "p8"   # release flags, such as prerelease num, unicode, etc.
+VER_SUBREL       = 1      # wxPython release num for x.y.z release of wxWindows
+VER_FLAGS        = ""     # release flags, such as prerelease num, unicode, etc.
 
 DESCRIPTION      = "Cross platform GUI toolkit for Python"
 AUTHOR           = "Robin Dunn"