Bump version for possible next release on this branch

This commit is contained in:
Robin Dunn
2018-06-26 20:04:26 -07:00
parent 153a1b5b4f
commit ebe5266897

View File

@@ -24,9 +24,9 @@ PROJECT_NAME = 'wxPython'
# version numbers.
VER_MAJOR = 4
VER_MINOR = 0
VER_RELEASE = 3
VER_RELEASE = 4
VER_FLAGS = "" # wxPython release flags
VER_FLAGS = "a1" # wxPython release flags
# The VER_FLAGS value is appended to the version number constructed from the
# first 3 components and should be set according to the following patterns.
@@ -62,5 +62,6 @@ VER_FLAGS = "" # wxPython release flags
# The version numbers of wxWidgets to be used in the build
wxVER_MAJOR = 3
wxVER_MINOR = 0
wxVER_RELEASE = 5 # only used when wxVER_MINOR is an odd value
wxVER_RELEASE = 5 # Only used when wxVER_MINOR is an odd value, but it's
# still a good idea to keep it accurate