Merge pull request #83 from f1rmb/f1rmb_fix_build_version__debug_non-debug

This commit is contained in:
Jonathan Naylor 2025-04-27 11:58:29 +01:00 committed by GitHub
commit 6680e4b7a5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -23,10 +23,10 @@
const wxString VENDOR_NAME = wxT("G4KLX"); const wxString VENDOR_NAME = wxT("G4KLX");
#if defined(__WXDEBUG__) #if defined(_DEBUG)
const wxString VERSION = wxT("20200621 - DEBUG"); const wxString VERSION = wxT("20200621 - DEBUG");
#else #else
const wxString VERSION = wxT("20190621"); const wxString VERSION = wxT("20200621");
#endif #endif
#endif #endif