From 89870e4e1ba8df40e17790e41137b1fbdf50c308 Mon Sep 17 00:00:00 2001 From: Brendan Le Foll Date: Fri, 2 May 2014 16:58:37 +0100 Subject: [PATCH] CMakeLists.txt: update version to 0.2.2 Signed-off-by: Brendan Le Foll --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 33c622d..23b6394 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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}")