From be920296b9de984e8ce82a47cab485d5314c2afe Mon Sep 17 00:00:00 2001 From: Thomas Orozco Date: Wed, 2 Nov 2016 21:59:24 +0100 Subject: [PATCH] Bump version to 0.11.0 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 6f80de5..315cfdf 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,7 +3,7 @@ project (tini C) # Config set (tini_VERSION_MAJOR 0) -set (tini_VERSION_MINOR 10) +set (tini_VERSION_MINOR 11) set (tini_VERSION_PATCH 0) # Build options