1
0
mirror of https://github.com/saitohirga/WSJT-X.git synced 2025-03-23 20:48:33 -04:00

Set splash screen version number to 2.7.0-rc2.

This commit is contained in:
Uwe Risse 2023-06-29 17:04:28 +02:00
parent 256c0c8855
commit 4667929d0e

View File

@ -1091,7 +1091,7 @@ MainWindow::MainWindow(QDir const& temp_directory, bool multiple,
void MainWindow::not_GA_warning_message ()
{
MessageBox::critical_message (this,
"This is a pre-release version of WSJT-X 2.7.0-rc1 made\n"
"This is a pre-release version of WSJT-X 2.7.0-rc2 made\n"
"available for testing purposes. By design it will\n"
"be nonfunctional after Jan 15, 2024.");
auto now = QDateTime::currentDateTimeUtc ();