From 3b3e70497ad2cb4bf7e690ef3f2d26b31a7e7ae2 Mon Sep 17 00:00:00 2001
From: Rosen Matev <rosen.matev@cern.ch>
Date: Tue, 23 Apr 2024 17:08:28 +0200
Subject: [PATCH] Prepare Moore v55r7p1

[ci skip]
---
 CMakeLists.txt          |  2 +-
 ReleaseNotes/v55r7p1.md | 41 +++++++++++++++++++++++++++++++++++++++++
 2 files changed, 42 insertions(+), 1 deletion(-)
 create mode 100644 ReleaseNotes/v55r7p1.md

diff --git a/CMakeLists.txt b/CMakeLists.txt
index d97def933b6..80e9a36edf3 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -11,7 +11,7 @@
 
 cmake_minimum_required(VERSION 3.15)
 
-project(Moore VERSION 55.7
+project(Moore VERSION 55.7.1
         LANGUAGES CXX)
 
 # Enable testing with CTest/CDash
diff --git a/ReleaseNotes/v55r7p1.md b/ReleaseNotes/v55r7p1.md
new file mode 100644
index 00000000000..c66a556165c
--- /dev/null
+++ b/ReleaseNotes/v55r7p1.md
@@ -0,0 +1,41 @@
+2024-04-23 Moore v55r7p1
+===
+
+This version uses
+Allen [v4r7](../../../../Allen/-/tags/v4r7),
+Rec [v36r7](../../../../Rec/-/tags/v36r7),
+Lbcom [v35r7](../../../../Lbcom/-/tags/v35r7),
+LHCb [v55r7](../../../../LHCb/-/tags/v55r7),
+Detector [v1r31](../../../../Detector/-/tags/v1r31),
+Gaudi [v38r1](../../../../Gaudi/-/tags/v38r1) and
+LCG [105a](http://lcginfo.cern.ch/release/105a/) with ROOT 6.30.04.
+
+This version is released on the `v55r7-patches` branch.
+Built relative to Moore [v55r7](/../../tags/v55r7), with the following changes:
+
+### New features ~"new feature"
+
+- Upstream project highlights :star:
+
+
+### Fixes ~"bug fix" ~workaround
+
+- Upstream project highlights :star:
+
+
+### Enhancements ~enhancement
+
+- Upstream project highlights :star:
+
+
+### Code cleanups and changes to tests ~modernisation ~cleanup ~testing
+
+- Upstream project highlights :star:
+
+
+### Documentation ~Documentation
+
+### Other
+
+- Add options with unprescaled tomography lines, !3345 (@rmatev)
+- Update HLT2 VDM configuration for 2024 mini VDM, !3344 (@rmatev)
-- 
GitLab