From e10bde40014e04e79fb546c383520f5c4f9b0da4 Mon Sep 17 00:00:00 2001 From: Whitney Armstrong <warmstrong@anl.gov> Date: Fri, 28 Aug 2020 13:06:08 -0500 Subject: [PATCH] Version update modified: CMakeLists.txt --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 26e4570..f383d75 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.5) -project(hcana VERSION 1.3.0 LANGUAGES CXX) +project(hcana VERSION 1.3.1 LANGUAGES CXX) option(HCANA_BUILTIN_PODD "Use built-in Podd submodule (default: YES)" OFF) -- GitLab