Fix wx version number

This commit is contained in:
Robin Dunn
2019-12-12 11:20:11 -08:00
parent eb2a6e0962
commit 243f71a694

View File

@@ -62,5 +62,5 @@ VER_FLAGS = "a1" # wxPython release flags
# The version numbers of wxWidgets to be used in the build
wxVER_MAJOR = 3
wxVER_MINOR = 1
wxVER_RELEASE = 3 # only used when wxVER_MINOR is an odd value
wxVER_RELEASE = 4 # only used when wxVER_MINOR is an odd value