From e2ecdfc6d444791b78d8e8fb4dcd7e92428b3364 Mon Sep 17 00:00:00 2001
From: Mark Smith <mark.smith@cern.ch>
Date: Tue, 9 May 2023 12:47:53 +0200
Subject: [PATCH] release notes for v16r6

---
 CMakeLists.txt        | 2 +-
 ReleaseNotes/v16r6.md | 7 +++++++
 2 files changed, 8 insertions(+), 1 deletion(-)
 create mode 100644 ReleaseNotes/v16r6.md

diff --git a/CMakeLists.txt b/CMakeLists.txt
index a40b6baaa..4e62f8875 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -11,7 +11,7 @@
 
 cmake_minimum_required(VERSION 3.15)
 
-project(Stripping VERSION 16.5
+project(Stripping VERSION 16.6
         LANGUAGES CXX)
 
 # Enable testing with CTest/CDash
diff --git a/ReleaseNotes/v16r6.md b/ReleaseNotes/v16r6.md
new file mode 100644
index 000000000..6b49f11b6
--- /dev/null
+++ b/ReleaseNotes/v16r6.md
@@ -0,0 +1,7 @@
+2023-05-09 Stripping v16r6
+===
+
+This version uses Phys v27r6, Rec v25r4, Lbcom v24r4, LHCb v46r4, Gaudi v36r12, LCG 103, ROOT 6.28.00 .
+
+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 [v16r5](../-/tags/v16r5), with only changes to upstream projects.
-- 
GitLab