From c110ba098288184b46f0ba1c382782464444544e Mon Sep 17 00:00:00 2001 From: Miroslav Date: Mon, 20 Oct 2025 09:39:04 +0200 Subject: [PATCH] Prepare Allen v6r14 [ci skip] --- CMakeLists.txt | 2 +- ReleaseNotes/v6r14.md | 36 ++++++++++++++++++++++++++++++++++++ 2 files changed, 37 insertions(+), 1 deletion(-) create mode 100644 ReleaseNotes/v6r14.md diff --git a/CMakeLists.txt b/CMakeLists.txt index a209682eeb0..488f5e3687a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -17,7 +17,7 @@ if(STANDALONE AND NOT DEFINED CMAKE_TOOLCHAIN_FILE AND DEFINED ENV{CMAKE_TOOLCHA set(CMAKE_TOOLCHAIN_FILE $ENV{CMAKE_TOOLCHAIN_FILE}) endif() -project(Allen VERSION 6.13 +project(Allen VERSION 6.14 LANGUAGES C CXX) # --------------- diff --git a/ReleaseNotes/v6r14.md b/ReleaseNotes/v6r14.md new file mode 100644 index 00000000000..f0026bed91f --- /dev/null +++ b/ReleaseNotes/v6r14.md @@ -0,0 +1,36 @@ +2025-10-20 Allen v6r14 +=== + +This version uses +Rec [v38r14](../../../../Rec/-/tags/v38r14), +Lbcom [v37r14](../../../../Lbcom/-/tags/v37r14), +LHCb [v57r14](../../../../LHCb/-/tags/v57r14), +Detector [v3r3p3](../../../../Detector/-/tags/v3r3p3), +Gaudi [v40r0](../../../../Gaudi/-/tags/v40r0) and +LCG [106c](http://lcginfo.cern.ch/release/106c/) with ROOT 6.32.10. + +This version is released on the `2025-patches` branch. New format, uDST, is introduced for Run 3 MC. +Built relative to Allen [v6r13](/../../tags/v6r13), 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 + +- ~Configuration | Add sequence without M23 and M46 to M49, !2165 (@yimingli) -- GitLab