diff --git a/CMakeLists.txt b/CMakeLists.txt index a9398198122313f6e344f6cb74de09680b9a6f7a..d2cee8f9949b066b164c0ae904165bc521eaae2c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ ############################################################################### -# (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration # +# (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration # # # # This software is distributed under the terms of the GNU General Public # # Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # @@ -16,7 +16,7 @@ find_package(GaudiProject) #--------------------------------------------------------------- # Declare project name and version -gaudi_project(Lbcom v22r2 - USE LHCb v44r7 +gaudi_project(Lbcom v22r2p1 + USE LHCb v44r7p1 DATA ParamFiles TCK/HltTCK) diff --git a/ReleaseNotes/v22r2p1.md b/ReleaseNotes/v22r2p1.md new file mode 100644 index 0000000000000000000000000000000000000000..ab5de7fc3513e638388e9c67f3cbbb56f4f651e1 --- /dev/null +++ b/ReleaseNotes/v22r2p1.md @@ -0,0 +1,16 @@ +2020-08-14 Lbcom v22r2p1 +=== + +This version uses +LHCb [v44r7p1](../../../../LHCb/-/tags/v44r7p1), +Gaudi [v29r5](../../../../Gaudi/-/tags/v29r5) and +LCG [93](http://lcginfo.cern.ch/release/93/) with ROOT 6.12.06. + +This version is released on `2018-patches` branch. It is intended for 2018 incremental stripping (`S34r0pX`, `S35r0pX`, `S35r1pX`), 2015 and 2016 restripping (`S24r2`, `S28r2`) and patches to Moore, Brunel (`Reco18`) and stripping in 2015,2016 and 2018 simulation workflows. Builds with gcc62 on slc6 and centos7 and with gcc7 on centos7 +Built relative to Lbcom [v22r2](../-/tags/v22r2), with the following changes: + + +### Documentation ~Documentation + +- Update the release notes template to latest version from master, !495 (@cattanem) +