From 9419ef2b23e1b19a604b1e858837e3abfd684077 Mon Sep 17 00:00:00 2001 From: gramanas Date: Fri, 26 Oct 2018 18:17:00 +0300 Subject: Add pacth number in version --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index c5c5620..217b5bf 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -13,6 +13,7 @@ project(ck C) # version set(ck_MAJOR_VERSION 0) set(ck_MINOR_VERSION 7) +set(ck_PATCH_VERSION 14) # Feature test macros set(FEATURE_TEST_MACROS "-D_DEFAULT_SOURCE") -- cgit v1.2.3