diff --git a/CMakeLists.txt b/CMakeLists.txt index f85069db7bb90ad9b1b129c5a1eebbc1f5070114..de3e3faa2d059e6fd4a123772e45cc30f970a7ba 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 0000000000000000000000000000000000000000..f9593cb4831d856006237dc103faf90b004c4d35 --- /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)