upm: version bump to v0.1.5 v0.1.5
authorThomas Ingleby <thomas.c.ingleby@intel.com>
Wed, 25 Jun 2014 09:07:42 +0000 (10:07 +0100)
committerThomas Ingleby <thomas.c.ingleby@intel.com>
Wed, 25 Jun 2014 09:07:42 +0000 (10:07 +0100)
Signed-off-by: Thomas Ingleby <thomas.c.ingleby@intel.com>
CMakeLists.txt

index 6589137..b5108a5 100644 (file)
@@ -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}")