diff --git a/Build.Counter b/Build.Counter index 44085c50..1475ea90 100644 --- a/Build.Counter +++ b/Build.Counter @@ -1 +1 @@ -2401 +2404 diff --git a/Qv2ray.pro b/Qv2ray.pro index 8d0d76e7..fea49aea 100644 --- a/Qv2ray.pro +++ b/Qv2ray.pro @@ -13,11 +13,11 @@ TEMPLATE = app _BUILD_NUMBER=$$cat(Build.Counter) VERSION = 1.99.3.$$_BUILD_NUMBER -!no_increase_build_number { +no_increase_build_number { + message("Build.Counter will not be increased") +} else { _BUILD_NUMBER = $$num_add($$_BUILD_NUMBER, 1) write_file("Build.Counter", _BUILD_NUMBER) -} else { - message("Build.Counter will not be increased") } DEFINES += QT_DEPRECATED_WARNINGS QV2RAY_VERSION_STRING=\"\\\"v$${VERSION}\\\"\" QAPPLICATION_CLASS=QApplication