mirror of
https://github.com/g4klx/ircDDBGateway.git
synced 2025-12-06 05:32:02 +01:00
Bump the version date.
This commit is contained in:
parent
b0a254ab53
commit
5124a594e7
|
|
@ -24,9 +24,9 @@
|
|||
const wxString VENDOR_NAME = wxT("G4KLX");
|
||||
|
||||
#if defined(__WXDEBUG__)
|
||||
const wxString VERSION = wxT("20180509 - DEBUG");
|
||||
const wxString VERSION = wxT("20180627 - DEBUG");
|
||||
#else
|
||||
const wxString VERSION = wxT("20180509");
|
||||
const wxString VERSION = wxT("20180627");
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Reference in a new issue