CMakeLists.txt: up version to 0.1.4

Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com>
This commit is contained in:
Brendan Le Foll 2014-06-17 11:44:04 +01:00
parent 8d8485be82
commit b291f372d7

View File

@ -20,7 +20,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.1.2-dirty")
set (VERSION "v0.1.4-dirty")
endif ()
message (INFO " - UPM Version ${VERSION}")