Remove "RC1" from version and increase wxSUBRELEASE_NUMBER

Don't use "RC1" in wxVERSION_STRING and increase wxSUBRELEASE_NUMBER to
distinguish the final 3.2.0 release from the pre-release versions.
This commit is contained in:
Vadim Zeitlin 2022-07-05 16:58:22 +02:00
parent 8cc2b4ce0f
commit a39cf5b94c

View File

@ -28,8 +28,8 @@
#define wxMAJOR_VERSION 3
#define wxMINOR_VERSION 2
#define wxRELEASE_NUMBER 0
#define wxSUBRELEASE_NUMBER 0
#define wxVERSION_STRING wxT("wxWidgets 3.2.0 RC1")
#define wxSUBRELEASE_NUMBER 1
#define wxVERSION_STRING wxT("wxWidgets 3.2.0")
/* nothing to update below this line when updating the version */
/* ---------------------------------------------------------------------------- */