Commit the release files, my mistake for forgetting.

This commit is contained in:
Jonathan Naylor 2018-07-25 07:46:05 +01:00
parent 18bd1c7a15
commit 2a4754e68b
4 changed files with 6 additions and 14 deletions

View file

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