Browse Source

upm: update to 0.1.7

Signed-off-by: Thomas Ingleby <thomas.c.ingleby@intel.com>
Thomas Ingleby 10 years ago
parent
commit
d878a5cf1a
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      CMakeLists.txt

+ 1
- 1
CMakeLists.txt View File

@@ -20,7 +20,7 @@ include (GetGitRevisionDescription)
20 20
 git_describe (VERSION "--tags")
21 21
 if ("x_${VERSION}" STREQUAL "x_GIT-NOTFOUND")
22 22
   message (WARNING " - Install git to compile a production libmraa!")
23
-  set (VERSION "v0.1.5-dirty")
23
+  set (VERSION "v0.1.7-dirty")
24 24
 endif ()
25 25
 
26 26
 message (INFO " - UPM Version ${VERSION}")