Bump the version date.

This commit is contained in:
Jonathan Naylor 2019-04-02 07:54:20 +01:00
parent 95b9bd50bd
commit 9f545a510e

View file

@ -24,9 +24,9 @@
const wxString VENDOR_NAME = wxT("G4KLX");
#if defined(__WXDEBUG__)
const wxString VERSION = wxT("20190131 - DEBUG");
const wxString VERSION = wxT("20190402 - DEBUG");
#else
const wxString VERSION = wxT("20190131");
const wxString VERSION = wxT("20190402");
#endif
#endif