Remove alpha tag

This commit is contained in:
Robin Dunn
2020-11-20 12:54:53 -08:00
parent 36c2096813
commit 9076f1ddd0

View File

@@ -26,7 +26,7 @@ VER_MAJOR = 4
VER_MINOR = 1
VER_RELEASE = 1
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.