Skip to content
This repository has been archived by the owner on Jan 3, 2023. It is now read-only.

Commit

Permalink
littleb: v0.1.2 release
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Ingleby <thomas.ingleby@intel.com>
  • Loading branch information
tingleby committed Aug 8, 2017
1 parent 392128b commit a772ef0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ include (GetGitRevisionDescription)
git_describe (VERSION "--tags")
if ("x_${VERSION}" STREQUAL "x_GIT-NOTFOUND" OR "x_${VERSION}" STREQUAL "x_HEAD-HASH-NOTFOUND" OR "x_${VERSION}" STREQUAL "x_-128-NOTFOUND")
message (WARNING " - Install git to compile a production liblittleb!")
set (VERSION "v0.1.0")
set (VERSION "v0.1.2")
endif ()

message (STATUS "INFO - liblittleb Version ${VERSION}")
Expand Down

0 comments on commit a772ef0

Please sign in to comment.