From b291f372d77e0c65960e9b7e818dca95c5f3af2b Mon Sep 17 00:00:00 2001 From: Brendan Le Foll Date: Tue, 17 Jun 2014 11:44:04 +0100 Subject: [PATCH] CMakeLists.txt: up version to 0.1.4 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 2f4cc344..c9ab92ba 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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}")