Private
Public Access
2
0

doc: cleanup internal documentation and naming

Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com>
This commit is contained in:
Brendan Le Foll
2014-10-03 10:18:13 +01:00
parent 3898182743
commit c5c5c9b700
6 changed files with 157 additions and 11 deletions

View File

@@ -18,7 +18,7 @@ if ("x_${VERSION}" STREQUAL "x_GIT-NOTFOUND")
set (VERSION "v0.5.0-dirty")
endif ()
message (INFO " - MRAA Version ${VERSION}")
message (INFO " - libmraa Version ${VERSION}")
#parse the version information into pieces.
string (REGEX REPLACE "^v([0-9]+)\\..*" "\\1" VERSION_MAJOR "${VERSION}")