From d878a5cf1ae9e3644e2bbcd6b3ff0425f5f2365d Mon Sep 17 00:00:00 2001 From: Thomas Ingleby Date: Mon, 18 Aug 2014 16:03:13 +0100 Subject: [PATCH] upm: update to 0.1.7 Signed-off-by: Thomas Ingleby --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index b5108a5..6e766c3 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.5-dirty") + set (VERSION "v0.1.7-dirty") endif () message (INFO " - UPM Version ${VERSION}") -- 2.7.4