aboutsummaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorgramanas <anastasis.gramm2@gmail.com>2018-10-17 20:00:57 +0300
committergramanas <anastasis.gramm2@gmail.com>2018-10-17 20:00:57 +0300
commit4c6d49f7d8ee1e6e6b849f16dc821e83d8967af8 (patch)
tree6fb28baabbbaa2718ba597d6fefe7bb7cd87903b /CMakeLists.txt
parent37623394d364b55aa8f949fd8aa51edf65d9da10 (diff)
downloadck-4c6d49f7d8ee1e6e6b849f16dc821e83d8967af8.tar.gz
ck-4c6d49f7d8ee1e6e6b849f16dc821e83d8967af8.tar.bz2
ck-4c6d49f7d8ee1e6e6b849f16dc821e83d8967af8.zip
[v0.7] Add help subcommand
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index b5e474e..1709ba4 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -12,7 +12,7 @@ cmake_minimum_required (VERSION 3.5.6)
project(ck C)
# version
set(ck_MAJOR_VERSION 0)
-set(ck_MINOR_VERSION 4)
+set(ck_MINOR_VERSION 7)
# options
option(CK_ASAN "Build with asan")