|
@@ -28,7 +28,7 @@ include (GetGitRevisionDescription)
|
28
|
28
|
git_describe (VERSION "--tags")
|
29
|
29
|
if ("x_${VERSION}" STREQUAL "x_GIT-NOTFOUND")
|
30
|
30
|
message (WARNING " - Install git to compile a production libmraa!")
|
31
|
|
- set (VERSION "v0.1.9-dirty")
|
|
31
|
+ set (VERSION "v0.2.0-dirty")
|
32
|
32
|
endif ()
|
33
|
33
|
|
34
|
34
|
message (INFO " - UPM Version ${VERSION}")
|