From a3ebdf2a4dcd359d583bc6a2235beb6dbedf58f5 Mon Sep 17 00:00:00 2001 From: Lynn Garren Date: Mon, 21 Oct 2024 17:14:46 -0500 Subject: [PATCH] larpandoracontent v04_11_00 for larsoft v10_00_04 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index dc91e06ef..9f1d46aec 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -26,7 +26,7 @@ else() # Configure for standalone build. endif() # Single project() call with/without Cetmodules (CMake >=3.0, CMP0048). -project(${LAR_PROJECT_NAME} VERSION 04.10.00) +project(${LAR_PROJECT_NAME} VERSION 04.11.00) # Build options. #option(PANDORA_LIBTORCH "Flag for building against LibTorch" ${PANDORA_LIBTORCH_DEF})