From f70f30436724cdf833ca989ba8ac1bfd770d82fb Mon Sep 17 00:00:00 2001
From: Patrick Koppenburg <patrick.koppenburg@cern.ch>
Date: Fri, 15 Apr 2022 09:47:39 +0200
Subject: [PATCH] New v40r3 release

---
 CMakeLists.txt        |  2 +-
 ReleaseNotes/v40r3.md | 11 +++++++++++
 2 files changed, 12 insertions(+), 1 deletion(-)
 create mode 100644 ReleaseNotes/v40r3.md

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 077af4a9b..7f5cee0c6 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -11,7 +11,7 @@
 
 cmake_minimum_required(VERSION 3.15)
 
-project(Analysis VERSION 40.2
+project(Analysis VERSION 40.3
         LANGUAGES CXX)
 
 # Enable testing with CTest/CDash
diff --git a/ReleaseNotes/v40r3.md b/ReleaseNotes/v40r3.md
new file mode 100644
index 000000000..e2ce22966
--- /dev/null
+++ b/ReleaseNotes/v40r3.md
@@ -0,0 +1,11 @@
+2022-04-15 Analysis v40r3
+===
+
+This version uses   Gaudi v36r5, Detector v1r1, LHCb v53r8, Lbcom v33r8 and   Rec v34r2.
+
+This version is released on `master` branch.
+Built relative to Analysis [v40r2](/../../tags/v40r2), with no new features.
+
+It is built on top of the RTA/2022.04 stack incorporating the new persistency:
+
+- ~Persistency | New persistency model for packing, LHCb!3268 (@sesen) [#151,Moore#248,Moore#354,lhcb-dpa/project#120] :star:
-- 
GitLab