From 2ddf3d1dfc06b83b4665d1da02bbfd6377d09d8b Mon Sep 17 00:00:00 2001
From: Miroslav Saur <miroslav.saur@cern.ch>
Date: Fri, 17 Jan 2025 17:21:41 +0800
Subject: [PATCH] Prepare Moore v55r11p6

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

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 5e5fa2d0485..26b84df8923 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -11,7 +11,7 @@
 
 cmake_minimum_required(VERSION 3.15)
 
-project(Moore VERSION 55.11.5
+project(Moore VERSION 55.11.6
         LANGUAGES CXX)
 
 # Enable testing with CTest/CDash
diff --git a/ReleaseNotes/v55r11p6.md b/ReleaseNotes/v55r11p6.md
new file mode 100644
index 00000000000..1502045a4bc
--- /dev/null
+++ b/ReleaseNotes/v55r11p6.md
@@ -0,0 +1,42 @@
+2025-01-17 Moore v55r11p6
+===
+
+This version uses
+Allen [v4r11p4](../../../../Allen/-/tags/v4r11p4),
+Rec [v36r11p3](../../../../Rec/-/tags/v36r11p3),
+Lbcom [v35r11p2](../../../../Lbcom/-/tags/v35r11p2),
+LHCb [v55r11p2](../../../../LHCb/-/tags/v55r11p2),
+Detector [v1r36](../../../../Detector/-/tags/v1r36),
+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 `v55r11p5-patches` branch.
+Built relative to Moore [v55r11p5](/../../tags/v55r11p5), 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
+
+- Merge branch 'msaur_moore4038_for_patching_v55r12p4' into 'v55r11p5-patches', !4203 (@msaur)
+- Merge branch 'reimplementsprucingtests' into 'v55r11p5-patches', !4202 (@msaur)
+- Merge branch 'msaur_MCopts_for_2024' into 'v55r11p5-patches', !4201 (@msaur)
-- 
GitLab