cmake: increase version to 2.3 v0.2.3
authorBrendan Le Foll <brendan.le.foll@intel.com>
Wed, 14 May 2014 13:08:29 +0000 (14:08 +0100)
committerBrendan Le Foll <brendan.le.foll@intel.com>
Wed, 14 May 2014 13:08:29 +0000 (14:08 +0100)
Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com>
CMakeLists.txt

index 16256e4..33c85b2 100644 (file)
@@ -14,7 +14,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.2-dirty")
+  set (VERSION "v0.2.3-dirty")
 endif ()
 
 message (INFO " - MAA Version ${VERSION}")