From 734eae7c797bbcdc567b222722b269085a2ef0ca Mon Sep 17 00:00:00 2001
From: Miroslav Saur <miroslav.saur@cern.ch>
Date: Thu, 3 Oct 2024 20:59:19 +0800
Subject: [PATCH] Prepare Lbcom v35r11p1

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

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 8cc61e8f8..d7e971a7b 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -11,7 +11,7 @@
 
 cmake_minimum_required(VERSION 3.15)
 
-project(Lbcom VERSION 35.11
+project(Lbcom VERSION 35.11.1
         LANGUAGES CXX)
 
 # Enable testing with CTest/CDash
diff --git a/ReleaseNotes/v35r11p1.md b/ReleaseNotes/v35r11p1.md
new file mode 100644
index 000000000..12e223d2c
--- /dev/null
+++ b/ReleaseNotes/v35r11p1.md
@@ -0,0 +1,33 @@
+2024-10-03 Lbcom v35r11p1
+===
+
+This version uses
+LHCb [v55r11p1](../../../../LHCb/-/tags/v55r11p1),
+Gaudi [v38r1](../../../../Gaudi/-/tags/v38r1),
+Detector [v1r34](../../../../Detector/-/tags/v1r34) and
+LCG [105a](http://lcginfo.cern.ch/release/105a/) with ROOT 6.30.04.
+
+This version is released on the `v35r11-patches` branch.
+Built relative to Lbcom [v35r11](/../../tags/v35r11), with the following changes:
+
+### New features ~"new feature"
+
+
+
+### Fixes ~"bug fix" ~workaround
+
+
+
+### Enhancements ~enhancement
+
+
+
+### Code cleanups and changes to tests ~modernisation ~cleanup ~testing
+
+
+
+### Documentation ~Documentation
+
+
+### Other
+
-- 
GitLab