[version] Bump version number

This commit is contained in:
Leroy.H.Y 2019-11-27 10:55:08 +08:00
parent 4dbfd74f4b
commit 7b50f33b78
No known key found for this signature in database
GPG Key ID: 6AC1673B587DC37D
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
917
918

View File

@ -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)