From b8ee3948ed09b4f1f6941e1d918e797b98387068 Mon Sep 17 00:00:00 2001 From: Jonathan Naylor Date: Thu, 31 Jan 2019 08:28:36 +0000 Subject: [PATCH] Bump the version date. --- Common/Version.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Common/Version.h b/Common/Version.h index a65d9b2..dec4f32 100644 --- a/Common/Version.h +++ b/Common/Version.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015,2018 by Jonathan Naylor G4KLX + * Copyright (C) 2010-2015,2018,2019 by Jonathan Naylor G4KLX * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -24,9 +24,9 @@ const wxString VENDOR_NAME = wxT("G4KLX"); #if defined(__WXDEBUG__) -const wxString VERSION = wxT("20180719 - DEBUG"); +const wxString VERSION = wxT("20190131 - DEBUG"); #else -const wxString VERSION = wxT("20180719"); +const wxString VERSION = wxT("20190131"); #endif #endif