upm: version 0.5.0

Signed-off-by: Mihai Tudor Panu <mihai.tudor.panu@intel.com>
This commit is contained in:
Mihai Tudor Panu
2016-02-01 17:03:11 -08:00
parent 9d1afd35f8
commit 03b4d24e64
2 changed files with 16 additions and 1 deletions

View File

@ -25,7 +25,7 @@ include (GetGitRevisionDescription)
git_describe (VERSION "--tags")
if ("x_${VERSION}" STREQUAL "x_GIT-NOTFOUND" OR "x_${VERSION}" STREQUAL "x_-128-NOTFOUND")
message (WARNING " - Install git to compile a production UPM!")
set (VERSION "v0.4.1-dirty")
set (VERSION "v0.5.0-dirty")
endif ()
message (INFO " - UPM Version ${VERSION}")