From 5e66d956ec6560fb1e7ddc0d6db4ca6226f78bc7 Mon Sep 17 00:00:00 2001 From: Miroslav <miroslav.saur@cern.ch> Date: Mon, 8 Jul 2024 20:42:31 +0200 Subject: [PATCH] Prepare Detector v1r34 [ci skip] --- CMakeLists.txt | 2 +- ReleaseNotes/v1r34.md | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 ReleaseNotes/v1r34.md diff --git a/CMakeLists.txt b/CMakeLists.txt index 607de3dc7..73c1f0958 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -10,7 +10,7 @@ ############################################################################### cmake_minimum_required(VERSION 3.14 FATAL_ERROR) -project(Detector VERSION 1.33) +project(Detector VERSION 1.34) set(CMAKE_EXPORT_COMPILE_COMMANDS "ON") add_definitions(${GCC_COVERAGE_COMPILE_FLAGS}) diff --git a/ReleaseNotes/v1r34.md b/ReleaseNotes/v1r34.md new file mode 100644 index 000000000..c363da8e9 --- /dev/null +++ b/ReleaseNotes/v1r34.md @@ -0,0 +1,9 @@ +2024-07-08 Detector v1r34 +=== + +This version uses LCG [105a](http://lcginfo.cern.ch/release/105a/) with ROOT 6.30.04. + +This version is released on the `2024-patches` branch. +Built relative to Detector [v1r33](/../../tags/v1r33), with the following changes: + +- ~UT | Add UT hit error scaling factor as a condition, !573 (@hawu) -- GitLab