mirror of
https://github.com/audacity/wxWidgets.git
synced 2025-12-10 03:58:56 -06:00
Add an Audacity identifier to the version string
This commit is contained in:
parent
610489360e
commit
027494baf6
@ -29,7 +29,7 @@
|
||||
#define wxMINOR_VERSION 1
|
||||
#define wxRELEASE_NUMBER 3
|
||||
#define wxSUBRELEASE_NUMBER 0
|
||||
#define wxVERSION_STRING wxT("wxWidgets 3.1.3")
|
||||
#define wxVERSION_STRING wxT("wxWidgets 3.1.3 (Audacity)")
|
||||
|
||||
/* nothing to update below this line when updating the version */
|
||||
/* ---------------------------------------------------------------------------- */
|
||||
@ -48,12 +48,12 @@
|
||||
#define wxMAKE_VERSION_STRING(x, y, z) \
|
||||
wxSTRINGIZE(x) wxSTRINGIZE(y) wxSTRINGIZE(z)
|
||||
#define wxMAKE_VERSION_DOT_STRING(x, y, z) \
|
||||
wxSTRINGIZE(x) "." wxSTRINGIZE(y) "." wxSTRINGIZE(z)
|
||||
wxSTRINGIZE(x) "." wxSTRINGIZE(y) "." wxSTRINGIZE(z) " (Audacity)"
|
||||
|
||||
#define wxMAKE_VERSION_STRING_T(x, y, z) \
|
||||
wxSTRINGIZE_T(x) wxSTRINGIZE_T(y) wxSTRINGIZE_T(z)
|
||||
#define wxMAKE_VERSION_DOT_STRING_T(x, y, z) \
|
||||
wxSTRINGIZE_T(x) wxT(".") wxSTRINGIZE_T(y) wxT(".") wxSTRINGIZE_T(z)
|
||||
wxSTRINGIZE_T(x) wxT(".") wxSTRINGIZE_T(y) wxT(".") wxSTRINGIZE_T(z) wxT(" (Audacity)")
|
||||
|
||||
/* these are used by src/msw/version.rc and should always be ASCII, not Unicode */
|
||||
#define wxVERSION_NUM_STRING \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user