From 77833c7a9a6c4af15cabad9a326bbb10c3d52a84 Mon Sep 17 00:00:00 2001 From: John Freeman Date: Wed, 6 Nov 2024 14:09:55 -0600 Subject: [PATCH] JCF: bump the tag to account for improved configuration plotting --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 6ab9e06d..0db9aa3b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required(VERSION 3.12) -project(daqconf VERSION 8.1.0) +project(daqconf VERSION 8.1.1) find_package(daq-cmake REQUIRED )