Bump the version date.

This commit is contained in:
Jonathan Naylor 2019-01-31 08:28:36 +00:00
parent 9df5e078ff
commit b8ee3948ed

View file

@ -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