From 829e3ec500226d4fe26f9db9643c1855cb64c685 Mon Sep 17 00:00:00 2001 From: Joe Taylor Date: Wed, 7 Nov 2018 14:26:08 -0500 Subject: [PATCH] Change expiration date to 12/31/2018. --- widgets/mainwindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/widgets/mainwindow.cpp b/widgets/mainwindow.cpp index a76e0e430..61a103ee8 100644 --- a/widgets/mainwindow.cpp +++ b/widgets/mainwindow.cpp @@ -943,7 +943,7 @@ MainWindow::MainWindow(QDir const& temp_directory, bool multiple, void MainWindow::not_GA_warning_message () { QDateTime now=QDateTime::currentDateTime(); - QDateTime timeout=QDateTime(QDate(2018,11,30)); + QDateTime timeout=QDateTime(QDate(2018,12,31)); MessageBox::critical_message (this, "This version of WSJT-X is a beta-level Release Candidate.\n\n"