From c0cfac10dc6b7d054eedba6a0c563c1875bbe464 Mon Sep 17 00:00:00 2001 From: Jordan Sherer Date: Wed, 8 Aug 2018 17:40:13 -0400 Subject: [PATCH] Bump expiration date --- mainwindow.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mainwindow.cpp b/mainwindow.cpp index 89cf8dd..4392cd5 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -1294,10 +1294,10 @@ MainWindow::MainWindow(QDir const& temp_directory, bool multiple, void MainWindow::not_GA_warning_message () { - QDate eol(2018, 8, 13); + QDate eol(2018, 9, 3); if(QDate::currentDate() >= eol){ - MessageBox::critical_message (this, QString("This pre-release development build of FT8Call has expired.")); + MessageBox::critical_message (this, QString("This pre-release development build of FT8Call has expired. Please upgrade to the latest version.")); close(); return; }