From c40892bde7ca71aa51fa168d1e7b88dde585cee9 Mon Sep 17 00:00:00 2001 From: Arthur Hennequin Date: Sat, 1 Nov 2025 15:53:40 +0100 Subject: [PATCH] Prepare Lbcom v37r15 [ci skip] --- CMakeLists.txt | 2 +- ReleaseNotes/v37r15.md | 33 +++++++++++++++++++++++++++++++++ 2 files changed, 34 insertions(+), 1 deletion(-) create mode 100644 ReleaseNotes/v37r15.md diff --git a/CMakeLists.txt b/CMakeLists.txt index 01d37b82c..55a834779 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -11,7 +11,7 @@ cmake_minimum_required(VERSION 3.15) option(CMAKE_EXPORT_COMPILE_COMMANDS "Enable/Disable output of compile_commands.json" ON) -project(Lbcom VERSION 37.14 +project(Lbcom VERSION 37.15 LANGUAGES CXX) # Enable testing with CTest/CDash diff --git a/ReleaseNotes/v37r15.md b/ReleaseNotes/v37r15.md new file mode 100644 index 000000000..b761b1ab0 --- /dev/null +++ b/ReleaseNotes/v37r15.md @@ -0,0 +1,33 @@ +2025-11-01 Lbcom v37r15 +=== + +This version uses +LHCb [v57r15](../../../../LHCb/-/tags/v57r15), +Gaudi [v40r0](../../../../Gaudi/-/tags/v40r0), +Detector [v3r3p3](../../../../Detector/-/tags/v3r3p3) 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 Lbcom [v37r14](/../../tags/v37r14), 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 + -- GitLab