mirror of
https://github.com/g4klx/ircDDBGateway.git
synced 2025-12-06 05:32:02 +01:00
Merge pull request #83 from f1rmb/f1rmb_fix_build_version__debug_non-debug
This commit is contained in:
commit
6680e4b7a5
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue