From 71ce5a85d586da75983b465970b6355dc39e2c82 Mon Sep 17 00:00:00 2001
From: Marco Cattaneo <marco.cattaneo@cern.ch>
Date: Fri, 14 Aug 2020 14:53:57 +0200
Subject: [PATCH] Release notes and dependencies for v22r2p1 release

---
 CMakeLists.txt          |  6 +++---
 ReleaseNotes/v22r2p1.md | 16 ++++++++++++++++
 2 files changed, 19 insertions(+), 3 deletions(-)
 create mode 100644 ReleaseNotes/v22r2p1.md

diff --git a/CMakeLists.txt b/CMakeLists.txt
index a93981981..d2cee8f99 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,5 +1,5 @@
 ###############################################################################
-# (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration      #
+# (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration      #
 #                                                                             #
 # This software is distributed under the terms of the GNU General Public      #
 # Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".   #
@@ -16,7 +16,7 @@ find_package(GaudiProject)
 #---------------------------------------------------------------
 
 # Declare project name and version
-gaudi_project(Lbcom v22r2
-              USE LHCb v44r7
+gaudi_project(Lbcom v22r2p1
+              USE LHCb v44r7p1
               DATA ParamFiles
                    TCK/HltTCK)
diff --git a/ReleaseNotes/v22r2p1.md b/ReleaseNotes/v22r2p1.md
new file mode 100644
index 000000000..ab5de7fc3
--- /dev/null
+++ b/ReleaseNotes/v22r2p1.md
@@ -0,0 +1,16 @@
+2020-08-14 Lbcom v22r2p1
+===
+
+This version uses
+LHCb [v44r7p1](../../../../LHCb/-/tags/v44r7p1),
+Gaudi [v29r5](../../../../Gaudi/-/tags/v29r5) and
+LCG [93](http://lcginfo.cern.ch/release/93/) with ROOT 6.12.06.
+
+This version is released on `2018-patches` branch. It is intended for 2018 incremental stripping (`S34r0pX`, `S35r0pX`, `S35r1pX`), 2015 and 2016 restripping (`S24r2`, `S28r2`) and patches to Moore, Brunel (`Reco18`) and stripping in 2015,2016 and 2018 simulation workflows. Builds with gcc62 on slc6 and centos7 and with gcc7 on centos7
+Built relative to Lbcom [v22r2](../-/tags/v22r2), with the following changes:
+
+
+### Documentation ~Documentation
+
+- Update the release notes template to latest version from master, !495 (@cattanem)
+
-- 
GitLab