From 5d71bda4d2c8e0523c92bcd6d98d93341f2526b8 Mon Sep 17 00:00:00 2001 From: Miroslav Saur Date: Fri, 27 Jun 2025 06:30:32 +0800 Subject: [PATCH] Prepare Lbcom v37r7 [ci skip] --- CMakeLists.txt | 2 +- ReleaseNotes/v37r7.md | 35 +++++++++++++++++++++++++++++++++++ 2 files changed, 36 insertions(+), 1 deletion(-) create mode 100644 ReleaseNotes/v37r7.md diff --git a/CMakeLists.txt b/CMakeLists.txt index f85069db7..de3e3faa2 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.6 +project(Lbcom VERSION 37.7 LANGUAGES CXX) # Enable testing with CTest/CDash diff --git a/ReleaseNotes/v37r7.md b/ReleaseNotes/v37r7.md new file mode 100644 index 000000000..f9593cb48 --- /dev/null +++ b/ReleaseNotes/v37r7.md @@ -0,0 +1,35 @@ +2025-06-27 Lbcom v37r7 +=== + +This version uses +LHCb [v57r7](../../../../LHCb/-/tags/v57r7), +Gaudi [v39r4](../../../../Gaudi/-/tags/v39r4), +Detector [v3r3p1](../../../../Detector/-/tags/v3r3p1) 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 [v37r6](/../../tags/v37r6), 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 + +- Run pre-commit on all files, !837 (@cburr) +- [2025-patches] Move pre-commit check for copyright notice, !836 (@cburr) -- GitLab