From e249911ed4def6017ea4d2f58308890b73a758de Mon Sep 17 00:00:00 2001 From: Miroslav Saur Date: Tue, 9 Sep 2025 01:23:48 +0800 Subject: [PATCH] Prepare Lbcom v37r12 [ci skip] --- CMakeLists.txt | 2 +- ReleaseNotes/v37r12.md | 32 ++++++++++++++++++++++++++++++++ 2 files changed, 33 insertions(+), 1 deletion(-) create mode 100644 ReleaseNotes/v37r12.md diff --git a/CMakeLists.txt b/CMakeLists.txt index 718b22c7e..cc8d37522 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.11 +project(Lbcom VERSION 37.12 LANGUAGES CXX) # Enable testing with CTest/CDash diff --git a/ReleaseNotes/v37r12.md b/ReleaseNotes/v37r12.md new file mode 100644 index 000000000..be3aaf355 --- /dev/null +++ b/ReleaseNotes/v37r12.md @@ -0,0 +1,32 @@ +2025-09-09 Lbcom v37r12 +=== + +This version uses +LHCb [v57r12](../../../../LHCb/-/tags/v57r12), +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. +Built relative to Lbcom [v37r11](/../../tags/v37r11), 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