diff --git a/CMakeLists.txt b/CMakeLists.txt index bcb8f0ee92d0c1824003e80eae0aae509f127607..37f4686e7d2bf5ca9390072bd7c5f3594d54cbe0 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.9 +project(Lbcom VERSION 37.10 LANGUAGES CXX) # Enable testing with CTest/CDash diff --git a/ReleaseNotes/v37r10.md b/ReleaseNotes/v37r10.md new file mode 100644 index 0000000000000000000000000000000000000000..48545785f3b56f90e090b71b254a683080b4661c --- /dev/null +++ b/ReleaseNotes/v37r10.md @@ -0,0 +1,32 @@ +2025-08-10 Lbcom v37r10 +=== + +This version uses +LHCb [v57r10](../../../../LHCb/-/tags/v57r10), +Gaudi [v40r0](../../../../Gaudi/-/tags/v40r0), +Detector [v3r3p2](../../../../Detector/-/tags/v3r3p2) 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 [v37r9](/../../tags/v37r9), 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