Bump the version date.

This commit is contained in:
Jonathan Naylor 2020-06-05 11:27:50 +01:00
parent a87b3d83c0
commit 7f71576b5f

View file

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