Set release date and some minor text tweaks

This commit is contained in:
Robin Dunn
2022-08-06 12:35:46 -07:00
parent b33b012b47
commit 66c3e0cdc5
2 changed files with 6 additions and 6 deletions

View File

@@ -26,7 +26,7 @@ VER_MAJOR = 4
VER_MINOR = 2
VER_RELEASE = 0
VER_FLAGS = "a1" # 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.