|
@@ -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}")
|