From 2ef9c0cf90409b836ab4bef4a420988b567b3503 Mon Sep 17 00:00:00 2001 From: Eric Flumerfelt Date: Tue, 14 Apr 2026 09:53:39 -0500 Subject: [PATCH] Update version number (should be done with tagging) Add missing target to DAQ (CaloDAQUtilities) library --- CMakeLists.txt | 2 +- DAQ/CMakeLists.txt | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 6d54ff34a4..b5d8e8476e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,7 +3,7 @@ cmake_minimum_required (VERSION 3.19 FATAL_ERROR) find_package(cetmodules) -project(Offline VERSION 11.01.00) +project(Offline VERSION 13.07.00) include(CetCMakeEnv) cet_cmake_env() diff --git a/DAQ/CMakeLists.txt b/DAQ/CMakeLists.txt index c65902b224..e87a5a57d6 100644 --- a/DAQ/CMakeLists.txt +++ b/DAQ/CMakeLists.txt @@ -3,6 +3,7 @@ cet_make_library( SOURCE src/CaloDAQUtilities.cc LIBRARIES PUBLIC + art::Framework_Principal artdaq-core-mu2e::Data )