Browse Source

CMakeLists.txt: up version to 0.1.4

Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com>
Brendan Le Foll 10 years ago
parent
commit
b291f372d7
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      CMakeLists.txt

+ 1
- 1
CMakeLists.txt View File

20
 git_describe (VERSION "--tags")
20
 git_describe (VERSION "--tags")
21
 if ("x_${VERSION}" STREQUAL "x_GIT-NOTFOUND")
21
 if ("x_${VERSION}" STREQUAL "x_GIT-NOTFOUND")
22
   message (WARNING " - Install git to compile a production libmaa!")
22
   message (WARNING " - Install git to compile a production libmaa!")
23
-  set (VERSION "v0.1.2-dirty")
23
+  set (VERSION "v0.1.4-dirty")
24
 endif ()
24
 endif ()
25
 
25
 
26
 message (INFO " - UPM Version ${VERSION}")
26
 message (INFO " - UPM Version ${VERSION}")