Bump version and EOL

This commit is contained in:
Jordan Sherer 2018-11-29 22:51:19 -05:00
parent 55c365b834
commit dd6f50a5a3
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Version number components
set (WSJTX_VERSION_MAJOR 0)
set (WSJTX_VERSION_MINOR 9)
set (WSJTX_VERSION_MINOR 10)
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

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