From: Thomas Ingleby Date: Wed, 25 Jun 2014 09:07:42 +0000 (+0100) Subject: upm: version bump to v0.1.5 X-Git-Tag: v0.1.5 X-Git-Url: http://review.tizen.org/git/?p=contrib%2Fupm.git;a=commitdiff_plain;h=0954617a4b92fe32cb0085cfc9ccf3e12819dba4 upm: version bump to v0.1.5 Signed-off-by: Thomas Ingleby --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 6589137..b5108a5 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}")