From 344cc4f819b694c05e943ee2071e74f18bdbb114 Mon Sep 17 00:00:00 2001 From: Gary Talent Date: Sun, 15 Oct 2023 17:08:43 -0500 Subject: [PATCH] Up version in about menu to 1.0-beta3 --- src/mainwindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index 63501e3..9c83ef8 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -141,7 +141,7 @@ void MainWindow::setupMenu() { connect(aboutAct, &QAction::triggered, &m_cameraClient, [this] { QMessageBox about(this); about.setText(tr( -R"(Slide Controller 9000 - 1.0-beta2 +R"(Slide Controller 9000 - 1.0-beta3 Build date: %1 Copyright 2021 - 2023 Gary Talent (gary@drinkingtea.net)