Bump the version date.

This commit is contained in:
Jonathan Naylor 2018-06-27 18:36:42 +01:00
parent b0a254ab53
commit 5124a594e7

View file

@ -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