From 0954617a4b92fe32cb0085cfc9ccf3e12819dba4 Mon Sep 17 00:00:00 2001 From: Thomas Ingleby Date: Wed, 25 Jun 2014 10:07:42 +0100 Subject: [PATCH] upm: version bump to v0.1.5 Signed-off-by: Thomas Ingleby --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 65891370..b5108a5b 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.4-dirty") + set (VERSION "v0.1.5-dirty") endif () message (INFO " - UPM Version ${VERSION}")