upm: v0.7.2

Signed-off-by: Noel Eck <noel.eck@intel.com>
This commit is contained in:
Noel Eck
2016-06-30 16:28:44 -07:00
parent dec9b2096e
commit 1849e22154
2 changed files with 7 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.7.1-dirty")
set (VERSION "v0.7.2-dirty")
endif ()
message (INFO " - UPM Version ${VERSION}")