upm: update to version 0.3.0

Signed-off-by: Mihai Tudor Panu <mihai.tudor.panu@intel.com>
This commit is contained in:
Mihai Tudor Panu
2015-06-01 17:08:08 -07:00
parent 443888825f
commit 2f1bad1c29
2 changed files with 11 additions and 1 deletions

View File

@ -30,7 +30,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.2.0-dirty")
set (VERSION "v0.3.0-dirty")
endif ()
message (INFO " - UPM Version ${VERSION}")