diff options
author | Petre Eftime <[email protected]> | 2016-05-23 16:44:23 +0300 |
---|---|---|
committer | Petre Eftime <[email protected]> | 2016-05-23 16:44:23 +0300 |
commit | b98d8d7ad75d748596ee0246b6f21a74f4b61ef3 (patch) | |
tree | 21e03fa4cecff4a78e11f6d2cacf825b84f7b60f | |
parent | 02bd6ad4fa34eb17a737cf0eac1e7343eb68d408 (diff) |
Update to v0.4.3v0.4.3
Signed-off-by: Petre Eftime <[email protected]>
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 787885b2..fd3b4b67 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -24,7 +24,7 @@ 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 libtinyb!") - set (VERSION "v0.4.2-dirty") + set (VERSION "v0.4.3-dirty") endif () message (INFO " - libtinyb Version ${VERSION}") |