From a1636e5c30a73e6b315e2fa1cecfaefe238d8560 Mon Sep 17 00:00:00 2001 From: ngrieser <ngrieser@cern.ch> Date: Mon, 23 Sep 2024 18:43:47 +0200 Subject: [PATCH] Prepare release v16r10 --- CMakeLists.txt | 2 +- ReleaseNotes/v16r10.md | 11 +++++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 ReleaseNotes/v16r10.md diff --git a/CMakeLists.txt b/CMakeLists.txt index 763bd171b..6e8a6c95b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -11,7 +11,7 @@ cmake_minimum_required(VERSION 3.15) -project(Stripping VERSION 16.9 +project(Stripping VERSION 16.10 LANGUAGES CXX) # Enable testing with CTest/CDash diff --git a/ReleaseNotes/v16r10.md b/ReleaseNotes/v16r10.md new file mode 100644 index 000000000..5dfa13646 --- /dev/null +++ b/ReleaseNotes/v16r10.md @@ -0,0 +1,11 @@ +2024-09-23 Stripping v16r10 +=== + +This version uses Phys v27r10, Rec v25r7, Lbcom v24r7, LHCb v46r7, Gaudi v38r3, LCG 105c, 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 Stripping [v16r9](../-/tags/v16r9), with the following changes: + +### Other + +Catches upstream changes in Phys/v27r10 -- GitLab