Private
Public Access
2
0

CMakeLists.txt: update version to 0.2.2

Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com>
This commit is contained in:
Brendan Le Foll
2014-05-02 16:58:37 +01:00
parent 5161713eaf
commit 89870e4e1b

View File

@@ -12,7 +12,7 @@ include (GetGitRevisionDescription)
git_describe (VERSION "--tags")
if ("x_${VERSION}" STREQUAL "x_GIT-NOTFOUND")
message (WARNING " - Install git to compile a production libmaa!")
set (VERSION "v0.2.0-dirty")
set (VERSION "v0.2.2-dirty")
endif ()
message (INFO " - MAA Version ${VERSION}")