From f41682101e9c81990802c5d5b775bc2b85cda110 Mon Sep 17 00:00:00 2001
From: Miroslav Saur <miroslav.saur@cern.ch>
Date: Thu, 14 Nov 2024 09:51:00 +0800
Subject: [PATCH] Prepare Rec v36r17

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

diff --git a/CMakeLists.txt b/CMakeLists.txt
index da09ca7d9b8..463d3a1187d 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -11,7 +11,7 @@
 
 cmake_minimum_required(VERSION 3.15)
 
-project(Rec VERSION 36.16
+project(Rec VERSION 36.17
         LANGUAGES CXX)
 
 # Enable testing with CTest/CDash
diff --git a/ReleaseNotes/v36r17.md b/ReleaseNotes/v36r17.md
new file mode 100644
index 00000000000..5fe43ac047c
--- /dev/null
+++ b/ReleaseNotes/v36r17.md
@@ -0,0 +1,36 @@
+2024-11-14 Rec v36r17
+===
+
+This version uses
+Lbcom [v35r17](../../../../Lbcom/-/tags/v35r17),
+LHCb [v55r17](../../../../LHCb/-/tags/v55r17),
+Detector [v1r36](../../../../Detector/-/tags/v1r36),
+Gaudi [v38r1p1](../../../../Gaudi/-/tags/v38r1p1) and
+LCG [105a](http://lcginfo.cern.ch/release/105a/) with ROOT 6.30.04.
+
+This version is released on the `2024-patches` branch.
+Built relative to Rec [v36r16](/../../tags/v36r16), with the following changes:
+
+### New features ~"new feature"
+
+
+
+### Fixes ~"bug fix" ~workaround
+
+- ~Functors | Fix #563: address bug in MapAnyOf, !4128 (@graven) [#563]
+
+
+### Enhancements ~enhancement
+
+
+
+### Code cleanups and changes to tests ~modernisation ~cleanup ~testing
+
+
+
+### Documentation ~Documentation
+
+
+### Other
+
+- Update References for: LHCb!4750, LHCb!4729 based on lhcb-2024-patches-mr/1828, !4134 (@lhcbsoft)
-- 
GitLab