From 1a1c8f0464d7c8743471ad51cc098cdcd52d7967 Mon Sep 17 00:00:00 2001 From: Jonathan Naylor Date: Tue, 3 Jul 2018 21:41:58 +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 22b1544..3fe36ba 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("20180510 - DEBUG"); +const wxString VERSION = wxT("20180703 - DEBUG"); #else -const wxString VERSION = wxT("20180510"); +const wxString VERSION = wxT("20180703"); #endif #endif