From 889216703690499b862db0541e0d2a794124e0c9 Mon Sep 17 00:00:00 2001 From: Miroslav Date: Sun, 10 Aug 2025 23:59:02 +0200 Subject: [PATCH] Prepare Rec v38r10 [ci skip] --- CMakeLists.txt | 2 +- ReleaseNotes/v38r10.md | 35 +++++++++++++++++++++++++++++++++++ 2 files changed, 36 insertions(+), 1 deletion(-) create mode 100644 ReleaseNotes/v38r10.md diff --git a/CMakeLists.txt b/CMakeLists.txt index 7bea335e5f1..b225782f724 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -11,7 +11,7 @@ cmake_minimum_required(VERSION 3.15) -project(Rec VERSION 38.9 +project(Rec VERSION 38.10 LANGUAGES CXX) # Enable testing with CTest/CDash diff --git a/ReleaseNotes/v38r10.md b/ReleaseNotes/v38r10.md new file mode 100644 index 00000000000..aa86c7994b3 --- /dev/null +++ b/ReleaseNotes/v38r10.md @@ -0,0 +1,35 @@ +2025-08-10 Rec v38r10 +=== + +This version uses +Lbcom [v37r10](../../../../Lbcom/-/tags/v37r10), +LHCb [v57r10](../../../../LHCb/-/tags/v57r10), +Gaudi [v40r0](../../../../Gaudi/-/tags/v40r0), +Detector [v3r3p2](../../../../Detector/-/tags/v3r3p2) and +LCG [106c](http://lcginfo.cern.ch/release/106c/) with ROOT 6.32.10. + +This version is released on the `2025-patches` branch. +Built relative to Rec [v38r9](/../../tags/v38r9), with the following changes: + +### New features ~"new feature" + + + +### Fixes ~"bug fix" ~workaround + + + +### Enhancements ~enhancement + + + +### Code cleanups and changes to tests ~modernisation ~cleanup ~testing + + + +### Documentation ~Documentation + + +### Other + +- Update References for: LHCb!5267 based on lhcb-2025-patches-mr/666, !4538 (@lhcbsoft) -- GitLab