From e41e6a62713b1aff3a69b27c35235e56624525f9 Mon Sep 17 00:00:00 2001 From: Chris Green Date: Fri, 3 Nov 2023 16:31:45 -0500 Subject: [PATCH] art v3_14_00 * Updated dependencies. * Improved handling of full SQLite DB. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 5b59952c..0c9225a4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -14,7 +14,7 @@ cmake_minimum_required(VERSION 3.19 FATAL_ERROR) find_package(cetmodules 2.13.00 REQUIRED) -project(art VERSION 3.13.02 LANGUAGES CXX C) +project(art VERSION 3.14.00 LANGUAGES CXX C) include(CetCMakeEnv) cet_cmake_env()