diff options
author | Petre Eftime <[email protected]> | 2016-03-24 17:11:07 +0200 |
---|---|---|
committer | Petre Eftime <[email protected]> | 2016-03-24 17:11:07 +0200 |
commit | 06592cb382fe834abd9815c6e74105a4ea9b95bc (patch) | |
tree | b3d0f175291e0bbed54580be5dad5966620392c7 | |
parent | c01b9205b2a0369c45b136e6b8ad7a2a1bb4c2b6 (diff) |
Release 0.4.0v0.4.0
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 4863c1f5..7644acbd 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.3.0-dirty") + set (VERSION "v0.4.0-dirty") endif () message (INFO " - libtinyb Version ${VERSION}") |