Fixes needed due to unsyncing the wxW/wxPy version numbers

This commit is contained in:
Robin Dunn
2017-04-08 10:49:30 -07:00
parent c2ef0275c3
commit a15b153200
3 changed files with 24 additions and 10 deletions

View File

@@ -57,3 +57,10 @@ VER_FLAGS = "a1" # wxPython release flags
#
# See also:
# http://www.python.org/dev/peps/pep-0440/
# The version numbers of wxWidgets to be used in the build
wxVER_MAJOR = 3
wxVER_MINOR = 0
wxVER_RELEASE = 0 # only used when wxVER_MINOR is an odd value