mirror of
https://github.com/g4klx/ircDDBGateway.git
synced 2026-01-27 18:34:18 +01:00
Bump the version date.
This commit is contained in:
parent
9df5e078ff
commit
b8ee3948ed
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue