From 4667929d0e5a65569d3d0fbb331c4fd1cb1368b8 Mon Sep 17 00:00:00 2001
From: Uwe Risse <dg2ycb@gmx.de>
Date: Thu, 29 Jun 2023 17:04:28 +0200
Subject: [PATCH] Set splash screen version number to 2.7.0-rc2.

---
 widgets/mainwindow.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/widgets/mainwindow.cpp b/widgets/mainwindow.cpp
index 410767f0c..783afb7fe 100644
--- a/widgets/mainwindow.cpp
+++ b/widgets/mainwindow.cpp
@@ -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 ();