From 9314df142f76403c44aebd060597add81eb1dadd Mon Sep 17 00:00:00 2001 From: Wesley Ketchum Date: Thu, 13 Nov 2025 13:01:53 -0600 Subject: [PATCH] version update --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index d2e6dcc..ab89476 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -8,7 +8,7 @@ # https://dune-daq-sw.readthedocs.io/en/latest/packages/daq-cmake/ cmake_minimum_required(VERSION 3.12) -project(crtmodules VERSION 2.1.1) +project(crtmodules VERSION 2.1.2) find_package(daq-cmake REQUIRED)