]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/config.py
Actually make use of new cool file conversion
[wxWidgets.git] / wxPython / config.py
index 2b5f492e835758a5c8d49461af8dc0f1835bdd7e..851c315f895628c8cd6e27f86ecd17bb859c9c1b 100644 (file)
@@ -38,9 +38,9 @@ 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        = "rc1"     # release flags, such as prerelease num, unicode, etc.
+VER_RELEASE      = 5
+VER_SUBREL       = 0      # 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"