From 1b287bb362e4e32155ea5169e4cdee7ecc8f1c27 Mon Sep 17 00:00:00 2001 From: Whitney Armstrong <warmstrong@anl.gov> Date: Tue, 14 Jan 2020 21:40:17 -0600 Subject: [PATCH] Version number for real --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 15470eb..c0aa9e5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required (VERSION 3.1) -project (HallcTools VERSION 1.1.5) +project (HallcTools VERSION 1.1.7) include(GNUInstallDirs) include(cmake/os.cmake) -- GitLab