Fix version numbers

This commit is contained in:
Robin Dunn
2018-02-09 14:17:06 -08:00
parent 8253373b77
commit 8cf2f590c9
2 changed files with 2 additions and 2 deletions

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

View File

@@ -1,3 +1,3 @@
# This file was generated by wxPython's wscript.
VERSION_STRING = '4.0.0'
VERSION_STRING = '4.1.0a1'