From c631f24a3f564e5a248bf4f6c9444411bc5a3dcb Mon Sep 17 00:00:00 2001 From: Bill Somerville Date: Mon, 25 Jan 2021 00:46:23 +0000 Subject: [PATCH] Bump expiry --- widgets/mainwindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/widgets/mainwindow.cpp b/widgets/mainwindow.cpp index f5e5dbb0f..7ddeee776 100644 --- a/widgets/mainwindow.cpp +++ b/widgets/mainwindow.cpp @@ -1039,7 +1039,7 @@ void MainWindow::not_GA_warning_message () MessageBox::critical_message (this, "This is a pre-release version of WSJT-X 2.3.0 made\n" "available for testing purposes. By design it will\n" - "be nonfunctional after 0000 UTC on Jan 26, 2021."); + "be nonfunctional after 0000 UTC on Feb 2, 2021."); auto now = QDateTime::currentDateTimeUtc (); if (now >= QDateTime {{2021, 2, 2}, {0, 0}, Qt::UTC}) { Q_EMIT finished ();