Update version to 3.1.7 and rebake the makefiles

Make it possible to distinguish the latest master from 3.1.6 before
making any changes.

Closes #22282.
This commit is contained in:
Vadim Zeitlin
2022-04-07 00:00:10 +02:00
parent 3719ab3725
commit 19e3a47d98
154 changed files with 686 additions and 686 deletions

View File

@@ -27,9 +27,9 @@
/* NB: this file is parsed by automatic tools so don't change its format! */
#define wxMAJOR_VERSION 3
#define wxMINOR_VERSION 1
#define wxRELEASE_NUMBER 6
#define wxRELEASE_NUMBER 7
#define wxSUBRELEASE_NUMBER 0
#define wxVERSION_STRING wxT("wxWidgets 3.1.6")
#define wxVERSION_STRING wxT("wxWidgets 3.1.7")
/* nothing to update below this line when updating the version */
/* ---------------------------------------------------------------------------- */