From 6504a1f2204cd93be2a9cb1ed63f0518f6130a27 Mon Sep 17 00:00:00 2001 From: Jordan Sherer Date: Mon, 17 Dec 2018 01:04:43 -0500 Subject: [PATCH] Bump eol and versions to 0.11.0 --- Versions.cmake | 4 ++-- mainwindow.cpp | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Versions.cmake b/Versions.cmake index a0ee438..7063314 100644 --- a/Versions.cmake +++ b/Versions.cmake @@ -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 diff --git a/mainwindow.cpp b/mainwindow.cpp index c83092f..d93003f 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -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() {