]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/config.py
Actually make use of new cool file conversion
[wxWidgets.git] / wxPython / config.py
index 5c587e9ca65e9fe2425f8e15be9967e141b6ddd9..851c315f895628c8cd6e27f86ecd17bb859c9c1b 100644 (file)
@@ -38,8 +38,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_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"