Bump eol and versions to 0.11.0

This commit is contained in:
Jordan Sherer 2018-12-17 01:04:43 -05:00
parent 91a2a801f9
commit 6504a1f220
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
# Version number components
set (WSJTX_VERSION_MAJOR 0)
set (WSJTX_VERSION_MINOR 10)
set (WSJTX_VERSION_PATCH 1)
set (WSJTX_VERSION_MINOR 11)
set (WSJTX_VERSION_PATCH 0)
set (WSJTX_RC 0) # release candidate number, comment out or zero for development versions
set (WSJTX_VERSION_IS_RELEASE 0) # set to 1 for final release build

View File

@ -1496,7 +1496,7 @@ MainWindow::MainWindow(QDir const& temp_directory, bool multiple,
if (!m_valid) throw std::runtime_error {"Fatal initialization exception"};
}
QDate eol(2018, 12, 18);
QDate eol(2019, 1, 2);
void MainWindow::checkExpiryWarningMessage()
{