diff --git a/CMakeLists.txt b/CMakeLists.txt index 3f5cf7a0160619d71d0bc55147c3910bddc908cc..74bd5b35f9ef8aa2e685871fc29a7806446d1b7f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -11,7 +11,7 @@ cmake_minimum_required(VERSION 3.15) -project(Rec VERSION 25.6 +project(Rec VERSION 25.7 LANGUAGES CXX) # Enable testing with CTest/CDash diff --git a/ReleaseNotes/v25r7.md b/ReleaseNotes/v25r7.md new file mode 100644 index 0000000000000000000000000000000000000000..f52c2b3b77c9f520f227110c18be643057290b2f --- /dev/null +++ b/ReleaseNotes/v25r7.md @@ -0,0 +1,14 @@ +2024-07-12 Rec v25r7 +=== + +This version uses Lbcom v24r7, LHCb v46r7, Gaudi v38r3, LCG 105c with ROOT 6.30.08. + +This version is released on `run2-patches` branch and is intended for use with Run1 or Run2 data. For Run3, use a version released on `master` branch +Built relative to Rec [v25r6](../-/tags/v25r6), with the following changes: + + +### Fixes ~"bug fix" ~workaround + +- ~Configuration | Add missing dependencies for some ConfigurableUser, !3960 (@clemenci) +- Fix gcc13 warning array subscript is above array bounds, !3932 (@cattanem) +