-VER_SUBREL = 0 # wxPython release num for x.y.z release of wxWidgets
-VER_FLAGS = "pre" # release flags, such as prerelease num, unicode, etc.
+VER_SUBREL = 1 # wxPython release num for x.y.z release of wxWidgets
+VER_FLAGS = "rc1" # release flags, such as prerelease num, unicode, etc.
# a subdirectory of the devel package. Let's specify both
# dirs as includes so we don't have to guess which is correct.
# a subdirectory of the devel package. Let's specify both
# dirs as includes so we don't have to guess which is correct.
wxfilesdir = opj(WXPREFIX, i_subdir)
else:
wxfilesdir = opj(WXPY_SRC, i_subdir)
wxfilesdir = opj(WXPREFIX, i_subdir)
else:
wxfilesdir = opj(WXPY_SRC, i_subdir)