From acfc804f2682303c233c8ede23f9eed1f1aa3679 Mon Sep 17 00:00:00 2001 From: Brendan Le Foll Date: Wed, 14 May 2014 14:08:29 +0100 Subject: [PATCH] cmake: increase version to 2.3 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 16256e4..33c85b2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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}")