From 78182278ccc0c268864ec7e14b6b58f02b3ee668 Mon Sep 17 00:00:00 2001 From: Mihai Tudor Panu Date: Tue, 21 Apr 2015 12:55:36 -0700 Subject: [PATCH] upm: update to version 0.2.0 Signed-off-by: Mihai Tudor Panu --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 52b8ce1d..c1bd6a0e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -28,7 +28,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.9-dirty") + set (VERSION "v0.2.0-dirty") endif () message (INFO " - UPM Version ${VERSION}")