From 5884a37a044ea5819de719af627aef63857e15a3 Mon Sep 17 00:00:00 2001 From: Miroslav Saur Date: Sat, 19 Jul 2025 13:22:20 +0000 Subject: [PATCH] Revert "Merge branch 'release-v37r8p1' into '2025-patches'" This reverts merge request !867 --- CMakeLists.txt | 2 +- ReleaseNotes/v37r8p1.md | 33 --------------------------------- 2 files changed, 1 insertion(+), 34 deletions(-) delete mode 100644 ReleaseNotes/v37r8p1.md diff --git a/CMakeLists.txt b/CMakeLists.txt index 23dee066f..894af1654 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.8.1 +project(Lbcom VERSION 37.8 LANGUAGES CXX) # Enable testing with CTest/CDash diff --git a/ReleaseNotes/v37r8p1.md b/ReleaseNotes/v37r8p1.md deleted file mode 100644 index 6f118160d..000000000 --- a/ReleaseNotes/v37r8p1.md +++ /dev/null @@ -1,33 +0,0 @@ -2025-07-19 Lbcom v37r8p1 -=== - -This version uses -LHCb [v57r8p1](../../../../LHCb/-/tags/v57r8p1), -Detector [v3r3p2](../../../../Detector/-/tags/v3r3p2), -Gaudi [v39r4](../../../../Gaudi/-/tags/v39r4) 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 [v37r8](/../../tags/v37r8), 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