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); }