Bump eol and versions to 0.11.0
This commit is contained in:
parent
91a2a801f9
commit
6504a1f220
@ -1,6 +1,6 @@
|
|||||||
# Version number components
|
# Version number components
|
||||||
set (WSJTX_VERSION_MAJOR 0)
|
set (WSJTX_VERSION_MAJOR 0)
|
||||||
set (WSJTX_VERSION_MINOR 10)
|
set (WSJTX_VERSION_MINOR 11)
|
||||||
set (WSJTX_VERSION_PATCH 1)
|
set (WSJTX_VERSION_PATCH 0)
|
||||||
set (WSJTX_RC 0) # release candidate number, comment out or zero for development versions
|
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
|
set (WSJTX_VERSION_IS_RELEASE 0) # set to 1 for final release build
|
||||||
|
@ -1496,7 +1496,7 @@ MainWindow::MainWindow(QDir const& temp_directory, bool multiple,
|
|||||||
if (!m_valid) throw std::runtime_error {"Fatal initialization exception"};
|
if (!m_valid) throw std::runtime_error {"Fatal initialization exception"};
|
||||||
}
|
}
|
||||||
|
|
||||||
QDate eol(2018, 12, 18);
|
QDate eol(2019, 1, 2);
|
||||||
|
|
||||||
void MainWindow::checkExpiryWarningMessage()
|
void MainWindow::checkExpiryWarningMessage()
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user