From 9f545a510ed17582bc488adf03d68bf809c767da Mon Sep 17 00:00:00 2001 From: Jonathan Naylor Date: Tue, 2 Apr 2019 07:54:20 +0100 Subject: [PATCH] Bump the version date. --- Common/Version.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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