Fix wxWidgets micro version number

This commit is contained in:
Robin Dunn
2019-05-27 15:14:29 -07:00
parent e30c6caea6
commit 2e6cda34a8

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 = 2 # only used when wxVER_MINOR is an odd value
wxVER_RELEASE = 3 # only used when wxVER_MINOR is an odd value