From: Robin Dunn Date: Sat, 5 Mar 2005 00:24:31 +0000 (+0000) Subject: bump the version flags X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/9fb252467cc5f0c7d78453884cde9b6fe3f5dd5d bump the version flags git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32611 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/wxPython/config.py b/wxPython/config.py index 5c587e9ca6..2b5f492e83 100644 --- a/wxPython/config.py +++ b/wxPython/config.py @@ -40,7 +40,7 @@ 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 = "pre" # release flags, such as prerelease num, unicode, etc. +VER_FLAGS = "rc1" # release flags, such as prerelease num, unicode, etc. DESCRIPTION = "Cross platform GUI toolkit for Python" AUTHOR = "Robin Dunn"