diff --git a/CMakeLists.txt b/CMakeLists.txt index 168f0c09693707ac3d80ec9451ac4aaa36d64f02..3d8058607f9b3dce153a2ae1d55cb7c0c10e1f6b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -11,7 +11,7 @@ cmake_minimum_required(VERSION 3.15) -project(Analysis VERSION 41.0 +project(Analysis VERSION 41.1 LANGUAGES CXX) # Enable testing with CTest/CDash diff --git a/ReleaseNotes/v41r1.md b/ReleaseNotes/v41r1.md new file mode 100644 index 0000000000000000000000000000000000000000..8abca2a3393dc72c22bae769ae507db63b678505 --- /dev/null +++ b/ReleaseNotes/v41r1.md @@ -0,0 +1,23 @@ +2022-11-11 Analysis v41r1 +=== + +This version uses +Rec [v35r1p1](../../../../Rec/-/tags/v35r1p1), +Lbcom [v34r1p1](../../../../Lbcom/-/tags/v34r1p1), +LHCb [v54r1p1](../../../../LHCb/-/tags/v54r1p1), +Gaudi [v36r8](../../../../Gaudi/-/tags/v36r8), +Detector [v1r5p1](../../../../Detector/-/tags/v1r5p1) and +This version uses LCG [101a](http://lcginfo.cern.ch/release/101a_LHCB_7/) with ROOT 6.24.08. + +This version is released on `master` branch. +Built relative to Analysis [v41r0](/../../tags/v41r0), with the following changes: + +### New features ~"new feature" + +- ~"MC checking" | Add new input support to MCHierarchy functorcollection, !925 (@jzhuo) + + +### Other + +- ~Configuration ~Tuples | Follow https://gitlab.cern.ch/lhcb/LHCb/-/merge_requests/3806, !914 (@amathad) +- ~"MC checking" | Fix the relation location in MCReconstructed tool, !924 (@jzhuo)