From 83b98f35c8f4ea5f0b6fc1bd1f578c0661a7a4bb Mon Sep 17 00:00:00 2001 From: Jonathan Naylor Date: Tue, 11 Sep 2018 17:43:36 +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 8438b88..e452982 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("20180710 - DEBUG"); +const wxString VERSION = wxT("20180911 - DEBUG"); #else -const wxString VERSION = wxT("20180710"); +const wxString VERSION = wxT("20180911"); #endif #endif