From bc327066a6c4c991a5b05544e7548312bf8a4725 Mon Sep 17 00:00:00 2001 From: Mark Smith <mark.smith@cern.ch> Date: Fri, 19 Aug 2022 09:18:53 +0200 Subject: [PATCH] release nots for v27r3 --- CMakeLists.txt | 2 +- ReleaseNotes/v27r3.md | 12 ++++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 ReleaseNotes/v27r3.md diff --git a/CMakeLists.txt b/CMakeLists.txt index b81aa758c..52be6306c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -11,7 +11,7 @@ cmake_minimum_required(VERSION 3.15) -project(Phys VERSION 27.2 +project(Phys VERSION 27.3 LANGUAGES CXX C) # Enable testing with CTest/CDash diff --git a/ReleaseNotes/v27r3.md b/ReleaseNotes/v27r3.md new file mode 100644 index 000000000..73a1f48ed --- /dev/null +++ b/ReleaseNotes/v27r3.md @@ -0,0 +1,12 @@ +2022-08-19 Phys v27r3 +=== + +This version uses Rec v25r1, Lbcom v24r1, LHCb v46r1, Gaudi v36r5 and LCG101 with ROOT 6.24.06. + +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 Phys [v27r2](../-/tags/v27r2), with the following changes: + +### Fixes ~"bug fix" ~workaround + +- Add missing include for clang12, !1042 (@cattanem) + -- GitLab