update src/main.cpp.

Signed-off-by: shenmo <jifengshenmo@outlook.com>
This commit is contained in:
2022-12-12 04:00:46 +00:00
committed by Gitee
parent 83bfb8dfd5
commit 20fc6f5a77

View File

@@ -13,7 +13,7 @@ DWIDGET_USE_NAMESPACE
int main(int argc, char *argv[])
{
// Get build time
static const QString version = "Version 3.5.1";
static const QString version = "Version 4.0";
static const QDate buildDate = QLocale( QLocale::English ).toDate( QString(__DATE__).replace(" ", " 0"), "MMM dd yyyy");
static const QTime buildTime = QTime::fromString(__TIME__, "hh:mm:ss");