From 49c8b3b0ff838b21528daf9212fdd31fd1a4375e Mon Sep 17 00:00:00 2001 From: Whitney Armstrong <warmstrong@anl.gov> Date: Sun, 12 Jan 2020 22:57:55 -0600 Subject: [PATCH] incremented the version --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 88cb247..9d2f0c2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.5) -project(hcana VERSION 1.1.9 LANGUAGES CXX) +project(hcana VERSION 1.2.0 LANGUAGES CXX) option(HCANA_BUILTIN_PODD "Use built-in Podd submodule (default: YES)" OFF) -- GitLab