diff --git a/Common/Version.h b/Common/Version.h index dec4f32..36c6527 100644 --- a/Common/Version.h +++ b/Common/Version.h @@ -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