Commit 9584d49f authored by Claudio Valerio's avatar Claudio Valerio

changed into release

parent 837dba6a
......@@ -8,8 +8,8 @@ CONFIG += debug_and_release \
VERSION_MAJ = 1
VERSION_MIN = 30
VERSION_TYPE = b # a = alpha, b = beta, r = release, other => error
VERSION_PATCH = 02
VERSION_TYPE = r # a = alpha, b = beta, r = release, other => error
VERSION_PATCH = 00
VERSION = "$${VERSION_MAJ}.$${VERSION_MIN}.$${VERSION_TYPE}.$${VERSION_PATCH}"
VERSION = $$replace(VERSION, "\\.r", "")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment