upm: update to version 0.1.8

Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com>
This commit is contained in:
Brendan Le Foll 2014-09-03 09:39:51 +01:00
parent b8e1b5850c
commit 88eaced5a2

View 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.7-dirty")
set (VERSION "v0.1.8-dirty")
endif ()
message (INFO " - UPM Version ${VERSION}")