CMakeLists.txt: up version to 0.1.4 v0.1.4
authorBrendan Le Foll <brendan.le.foll@intel.com>
Tue, 17 Jun 2014 10:44:04 +0000 (11:44 +0100)
committerBrendan Le Foll <brendan.le.foll@intel.com>
Tue, 17 Jun 2014 10:44:04 +0000 (11:44 +0100)
Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com>
CMakeLists.txt

index 2f4cc34..c9ab92b 100644 (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}")