Add "RC1" to wxVERSION_STRING

Indicate that this is a release candidate and not the final 3.2.0 yet.
This commit is contained in:
Vadim Zeitlin 2022-06-26 23:27:38 +02:00
parent 0167d56427
commit a70a6fe61d

View file

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