From 3bb72231d2196be8efd028b6137070e6ca2dcd60 Mon Sep 17 00:00:00 2001 From: Eric Flumerfelt Date: Wed, 8 May 2024 14:20:56 -0500 Subject: [PATCH] Update version --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index f303108..81d34a6 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -11,7 +11,7 @@ cmake_minimum_required (VERSION 3.19) find_package(cetmodules 3.08.00 REQUIRED) -project(artdaq_demo VERSION 3.13.00) +project(artdaq_demo VERSION 3.13.01) include(CetCMakeEnv) cet_cmake_env()