From 5124a594e77cfb8e4aa55eb6aac3fd8ae7c50100 Mon Sep 17 00:00:00 2001 From: Jonathan Naylor Date: Wed, 27 Jun 2018 18:36:42 +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 9138fe5..aa37246 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("20180509 - DEBUG"); +const wxString VERSION = wxT("20180627 - DEBUG"); #else -const wxString VERSION = wxT("20180509"); +const wxString VERSION = wxT("20180627"); #endif #endif