Preparations for release.

This commit is contained in:
Uwe Risse 2024-09-24 20:06:58 +02:00
parent 197d7cb7a9
commit 9ea6d8d3b9

View File

@ -1127,9 +1127,9 @@ void MainWindow::not_GA_warning_message ()
MessageBox::critical_message (this,
"This is a pre-release version of WSJT-X " + version (false) + " made\n"
"available for testing purposes. By design it will\n"
"be nonfunctional after October 10, 2024.");
"be nonfunctional after January 15, 2025.");
auto now = QDateTime::currentDateTimeUtc ();
if (now >= QDateTime {{2024, 10, 10}, {23, 59, 59, 999}, Qt::UTC}) {
if (now >= QDateTime {{2025, 1, 15}, {23, 59, 59, 999}, Qt::UTC}) {
Q_EMIT finished ();
}
}