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:
parent
0167d56427
commit
a70a6fe61d
1 changed files with 1 additions and 1 deletions
|
|
@ -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 */
|
||||
/* ---------------------------------------------------------------------------- */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue