mirror of
https://github.com/Qv2ray/Qv2ray.git
synced 2025-05-20 10:50:23 +08:00
[version] Bump version number
This commit is contained in:
parent
4dbfd74f4b
commit
7b50f33b78
@ -1 +1 @@
|
||||
917
|
||||
918
|
||||
|
@ -18,7 +18,7 @@ CONFIG += qt c++11 openssl-linked lrelease embed_translations
|
||||
|
||||
# Now read build number file.
|
||||
_BUILD_NUMBER=$$cat(Build.Counter)
|
||||
VERSION = 1.99.1.$$_BUILD_NUMBER
|
||||
VERSION = 1.99.2.$$_BUILD_NUMBER
|
||||
_BUILD_NUMBER = $$num_add($$_BUILD_NUMBER, 1)
|
||||
write_file("Build.Counter", _BUILD_NUMBER)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user