Let's just bite the bullet and call this the 4.0.0 final release build.

This commit is contained in:
Robin Dunn
2018-01-27 16:11:18 -08:00
parent cacfb3c4a9
commit c790d12ec4
3 changed files with 7 additions and 7 deletions

View File

@@ -26,7 +26,7 @@ VER_MAJOR = 4
VER_MINOR = 0
VER_RELEASE = 0
VER_FLAGS = "rc1" # wxPython release flags
VER_FLAGS = "" # 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.