From 5c9a3f0bc5f336b0530160e2432127740c014d28 Mon Sep 17 00:00:00 2001 From: zhangsheng Date: Tue, 31 Mar 2026 18:12:19 +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 9ac01a9..959ec62 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -124,7 +124,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") + "_baf5"; + QString Version = "V1.0_" + buildDate.toString("yyyyMMdd") + "_e43f"; ui->label_version->setText(Version); }