aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPetre Eftime <[email protected]>2016-03-24 17:11:07 +0200
committerPetre Eftime <[email protected]>2016-03-24 17:11:07 +0200
commit06592cb382fe834abd9815c6e74105a4ea9b95bc (patch)
treeb3d0f175291e0bbed54580be5dad5966620392c7
parentc01b9205b2a0369c45b136e6b8ad7a2a1bb4c2b6 (diff)
Release 0.4.0v0.4.0
Signed-off-by: Petre Eftime <[email protected]>
-rw-r--r--CMakeLists.txt2
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}")