From 88eaced5a23c23d1cfe3badfe8deeedda582ae50 Mon Sep 17 00:00:00 2001 From: Brendan Le Foll Date: Wed, 3 Sep 2014 09:39:51 +0100 Subject: [PATCH] upm: update to version 0.1.8 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 6e766c3..927ed0f 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 libmraa!") - set (VERSION "v0.1.7-dirty") + set (VERSION "v0.1.8-dirty") endif () message (INFO " - UPM Version ${VERSION}") -- 2.7.4