From 324bab97745dcf785fbe446a69c22bdaf16a5eae Mon Sep 17 00:00:00 2001 From: John Freeman Date: Thu, 13 Jul 2023 08:09:50 -0500 Subject: [PATCH] JCF: bump tag for next candidate release; includes bugfix from PR #369 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 995d3e1e..2c07cd58 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required(VERSION 3.12) -project(daqconf VERSION 6.0.1) +project(daqconf VERSION 6.0.2) find_package(daq-cmake REQUIRED )