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

Commit a772ef0

Browse files
author
Thomas Ingleby
committed
littleb: v0.1.2 release
Signed-off-by: Thomas Ingleby <[email protected]>
1 parent 392128b commit a772ef0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ include (GetGitRevisionDescription)
3131
git_describe (VERSION "--tags")
3232
if ("x_${VERSION}" STREQUAL "x_GIT-NOTFOUND" OR "x_${VERSION}" STREQUAL "x_HEAD-HASH-NOTFOUND" OR "x_${VERSION}" STREQUAL "x_-128-NOTFOUND")
3333
message (WARNING " - Install git to compile a production liblittleb!")
34-
set (VERSION "v0.1.0")
34+
set (VERSION "v0.1.2")
3535
endif ()
3636

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

0 commit comments

Comments
 (0)