From 16b1289ec487bdd7c0f10909b449a7888d674f1b Mon Sep 17 00:00:00 2001 From: Mark Smith <mark.smith@cern.ch> Date: Mon, 21 Mar 2022 12:09:57 +0100 Subject: [PATCH] release notes for v16r1 --- CMakeLists.txt | 2 +- ReleaseNotes/v16r1.md | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 ReleaseNotes/v16r1.md diff --git a/CMakeLists.txt b/CMakeLists.txt index 3e2c8ff75..2002d914e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -11,7 +11,7 @@ cmake_minimum_required(VERSION 3.15) -project(Stripping VERSION 16.0 +project(Stripping VERSION 16.1 LANGUAGES CXX) # Enable testing with CTest/CDash diff --git a/ReleaseNotes/v16r1.md b/ReleaseNotes/v16r1.md new file mode 100644 index 000000000..e94fd1c19 --- /dev/null +++ b/ReleaseNotes/v16r1.md @@ -0,0 +1,8 @@ +2022-03-21 Stripping v16r1 +=== + +This version uses Phys v27r1. + +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 [v16r0](../-/tags/v16r0), with only changes to the Phys package. + -- GitLab