From 027494baf6115a2460e5893cc9dc4d357c1a3bae Mon Sep 17 00:00:00 2001 From: Leland Lucius Date: Sun, 5 Jul 2020 13:28:44 -0500 Subject: [PATCH] Add an Audacity identifier to the version string --- include/wx/version.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/wx/version.h b/include/wx/version.h index cdb72af195..c132396758 100644 --- a/include/wx/version.h +++ b/include/wx/version.h @@ -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 \