diff --git a/Common/Version.h b/Common/Version.h index 477d0c1..744fb56 100644 --- a/Common/Version.h +++ b/Common/Version.h @@ -23,10 +23,10 @@ const wxString VENDOR_NAME = wxT("G4KLX"); -#if defined(__WXDEBUG__) +#if defined(_DEBUG) const wxString VERSION = wxT("20200621 - DEBUG"); #else -const wxString VERSION = wxT("20190621"); +const wxString VERSION = wxT("20200621"); #endif #endif