1
0
mirror of https://github.com/saitohirga/WSJT-X.git synced 2025-04-03 18:08:40 -04:00

Automatic detection of the version number for the splash screen.

This commit is contained in:
Uwe Risse 2023-07-11 21:46:51 +02:00
parent 99876a1916
commit 68aae12588

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-rc2 made\n"
"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 Jan 15, 2024.");
auto now = QDateTime::currentDateTimeUtc ();