[add] Bump version number

This commit is contained in:
Leroy.H.Y 2019-12-10 20:19:56 +08:00
parent b20f6cd12b
commit f5cac76ffb
No known key found for this signature in database
GPG Key ID: 6AC1673B587DC37D

View File

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