From f5cac76ffbf608a94d2d4ce0e560050b0f18607c Mon Sep 17 00:00:00 2001 From: "Leroy.H.Y" Date: Tue, 10 Dec 2019 20:19:56 +0800 Subject: [PATCH] [add] Bump version number --- Qv2ray.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Qv2ray.pro b/Qv2ray.pro index e9221742..5a9c8fee 100644 --- a/Qv2ray.pro +++ b/Qv2ray.pro @@ -11,7 +11,7 @@ TEMPLATE = app # Now read build number file. _BUILD_NUMBER=$$cat(Build.Counter) -VERSION = 1.99.2.$$_BUILD_NUMBER +VERSION = 1.99.3.$$_BUILD_NUMBER _BUILD_NUMBER = $$num_add($$_BUILD_NUMBER, 1) write_file("Build.Counter", _BUILD_NUMBER)