From a2f3d36e71b0198184f1088c43d769cd0ebbdcdf Mon Sep 17 00:00:00 2001 From: Mark Smith <mark.smith@cern.ch> Date: Wed, 6 Sep 2023 18:21:39 +0200 Subject: [PATCH 1/2] Release notes for v20r12 --- CMakeLists.txt | 2 +- ReleaseNotes/v20r12.md | 14 ++++++++++++++ 2 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 ReleaseNotes/v20r12.md diff --git a/CMakeLists.txt b/CMakeLists.txt index 889484966..027d72aae 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -16,5 +16,5 @@ find_package(GaudiProject) #--------------------------------------------------------------- # Declare project name and version -gaudi_project(Analysis v20r11 +gaudi_project(Analysis v20r12 USE Phys v25r12) diff --git a/ReleaseNotes/v20r12.md b/ReleaseNotes/v20r12.md new file mode 100644 index 000000000..33ec52b9e --- /dev/null +++ b/ReleaseNotes/v20r12.md @@ -0,0 +1,14 @@ +2023-09-06 Analysis v20r12 +=== + +This version uses Phys v25r13, Rec v23r9, Lbcom v22r4, LHCb v44r9, Gaudi v29r5 and LCG 93. + +This version is released on `2018-patches` branch. It is intended for 2018 incremental stripping (`S34r0p3`), 2017 incremental stripping (`S29r2p3`), 2016 incremental stripping (`S28r2p2`) and patches to stripping in 2016, 2017 and 2018 simulation workflows. Builds with gcc62 on centos7. +Built relative to Analysis [v20r11](../-/tags/v20r11), with the following changes: + + +### Code cleanups and changes to tests ~modernisation ~cleanup ~testing + +- Remove ifdefs for APPLE and ICC, not supported on this branch, !815 (@cattanem) + + -- GitLab From 6df005b36ccd01094e73abcb026477f815e8d33c Mon Sep 17 00:00:00 2001 From: Mark Smith <mark.smith@cern.ch> Date: Wed, 6 Sep 2023 18:22:26 +0200 Subject: [PATCH 2/2] Release notes for v20r12 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 027d72aae..dfa775b8d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -17,4 +17,4 @@ find_package(GaudiProject) # Declare project name and version gaudi_project(Analysis v20r12 - USE Phys v25r12) + USE Phys v25r13) -- GitLab