浏览代码

upm: update to version 0.1.8

Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com>
Brendan Le Foll 10 年前
父节点
当前提交
88eaced5a2
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      CMakeLists.txt

+ 1
- 1
CMakeLists.txt 查看文件

@@ -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.7-dirty")
23
+  set (VERSION "v0.1.8-dirty")
24 24
 endif ()
25 25
 
26 26
 message (INFO " - UPM Version ${VERSION}")