From 2c6a047852f56e21fa8d7e35145f648e098b0ef5 Mon Sep 17 00:00:00 2001 From: zhangsheng Date: Mon, 26 Jan 2026 14:08:07 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mainwindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mainwindow.cpp b/mainwindow.cpp index 6e6d8c2..5fc12b1 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -122,7 +122,7 @@ MainWindow::MainWindow(QWidget *parent) //qInstallMessageHandler(messageHandler); #endif QDate buildDate = QLocale( QLocale::English ).toDate( QString(__DATE__).replace(" ", " 0"), "MMM dd yyyy"); - QString Version = "V1.0_" + buildDate.toString("yyyyMMdd") + "_84da"; + QString Version = "V1.0_" + buildDate.toString("yyyyMMdd") + "_546e"; ui->label_version->setText(Version); }