Commit 858c100c authored by Clément Fauconnier's avatar Clément Fauconnier

changed build version to 1.4.b3

parent 5343f6b9
...@@ -12,7 +12,7 @@ VERSION_MAJ = 1 ...@@ -12,7 +12,7 @@ VERSION_MAJ = 1
VERSION_MIN = 4 VERSION_MIN = 4
VERSION_PATCH = 0 VERSION_PATCH = 0
VERSION_TYPE = b # a = alpha, b = beta, rc = release candidate, r = release, other => error VERSION_TYPE = b # a = alpha, b = beta, rc = release candidate, r = release, other => error
VERSION_BUILD = 2 VERSION_BUILD = 3
VERSION = "$${VERSION_MAJ}.$${VERSION_MIN}.$${VERSION_PATCH}-$${VERSION_TYPE}.$${VERSION_BUILD}" VERSION = "$${VERSION_MAJ}.$${VERSION_MIN}.$${VERSION_PATCH}-$${VERSION_TYPE}.$${VERSION_BUILD}"
......
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