mirror of
https://github.com/g4klx/ircDDBGateway.git
synced 2026-04-21 06:03:58 +00:00
Merge pull request #83 from f1rmb/f1rmb_fix_build_version__debug_non-debug
This commit is contained in:
commit
6680e4b7a5
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue