mirror of
https://github.com/Qv2ray/Qv2ray.git
synced 2025-05-20 02:40:20 +08:00
[add] Bump version number
This commit is contained in:
parent
b20f6cd12b
commit
f5cac76ffb
@ -11,7 +11,7 @@ TEMPLATE = app
|
|||||||
|
|
||||||
# Now read build number file.
|
# Now read build number file.
|
||||||
_BUILD_NUMBER=$$cat(Build.Counter)
|
_BUILD_NUMBER=$$cat(Build.Counter)
|
||||||
VERSION = 1.99.2.$$_BUILD_NUMBER
|
VERSION = 1.99.3.$$_BUILD_NUMBER
|
||||||
_BUILD_NUMBER = $$num_add($$_BUILD_NUMBER, 1)
|
_BUILD_NUMBER = $$num_add($$_BUILD_NUMBER, 1)
|
||||||
write_file("Build.Counter", _BUILD_NUMBER)
|
write_file("Build.Counter", _BUILD_NUMBER)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user