From badbf9b9a4160a2129f80c80efa01f591e78ae8b Mon Sep 17 00:00:00 2001 From: Sylvester Joosten <sylvester.joosten@gmail.com> Date: Sun, 8 Dec 2019 07:04:06 -0500 Subject: [PATCH] incremented patch --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index c7fc82b..559589c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.5) -project(hcana VERSION 1.1.5 LANGUAGES CXX) +project(hcana VERSION 1.1.6 LANGUAGES CXX) option(HCANA_BUILTIN_PODD "Use built-in Podd submodule (default: YES)" OFF) -- GitLab