From 9a7eaa802fb398927b5f9a3207312dc0f107bff9 Mon Sep 17 00:00:00 2001
From: Davide Fazzini <davide.fazzini@cern.ch>
Date: Fri, 21 Apr 2023 18:36:58 +0200
Subject: [PATCH] Release v63r7

---
 CMakeLists.txt        |  2 +-
 ReleaseNotes/v63r7.md | 50 +++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 51 insertions(+), 1 deletion(-)
 create mode 100644 ReleaseNotes/v63r7.md

diff --git a/CMakeLists.txt b/CMakeLists.txt
index edd3545fb..1cab3c117 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -11,7 +11,7 @@
 
 cmake_minimum_required(VERSION 3.15)
 
-project(DaVinci VERSION 63.6
+project(DaVinci VERSION 63.7
         LANGUAGES CXX)
 
 # Enable testing with CTest/CDash
diff --git a/ReleaseNotes/v63r7.md b/ReleaseNotes/v63r7.md
new file mode 100644
index 000000000..0ee53a27b
--- /dev/null
+++ b/ReleaseNotes/v63r7.md
@@ -0,0 +1,50 @@
+2023-04-21 DaVinci v63r7
+===
+
+This version uses
+Analysis [v41r7](../../../../Analysis/-/tags/v41r7),
+Moore [v54r7](../../../../Moore/-/tags/v54r7),
+Allen [v3r7](../../../../Allen/-/tags/v3r7),
+Rec [v35r7](../../../../Rec/-/tags/v35r7),
+Lbcom [v34r7](../../../../Lbcom/-/tags/v34r7),
+LHCb [v54r7](../../../../LHCb/-/tags/v54r7),
+Gaudi [v36r12](../../../../Gaudi/-/tags/v36r12),
+Detector [v1r11](../../../../Detector/-/tags/v1r11) and
+LCG [103](http://lcginfo.cern.ch/release/103/) with ROOT 6.28.00.
+
+This version is released on the `master` branch.
+Built relative to DaVinci [v63r6](/../../tags/v63r6), with the following changes:
+
+### Enhancements ~enhancement
+
+- ~"MC checking" | Dropped hashes for MCTruthAndBkgCat algo, !878 (@sponce)
+- ~"MC checking" | Add a test for issue 100 in DaVinciTests, !865 (@erodrigu)
+- ~Configuration | Prefer ThOr over LoKi for decreport filter, !885 (@graven)
+- ~Tuples | Add MCPrimaries and more MC functors, !815 (@jzhuo)
+- Standard particles: Remove ProbNN, cuts. Fix decaydescriptor clones and PID cut issue., !866 (@alobosal)
+- Upstream project highlights :star:
+
+
+### Code cleanups and changes to tests ~modernisation ~cleanup ~testing
+
+- ~Functors | Follows https://gitlab.cern.ch/lhcb/Rec/-/merge_requests/3138 (Tests for delta mass functors), !867 (@tfulghes)
+- Update options for LHCb integration tests, !883 (@dfazzini)
+- Update DaVinciExamples/example_data/spruce_b2jpsik_opt.yaml, !881 (@erodrigu)
+- Fix reference for DaVinciTests/tests/qmtest/functors.qms/test_thor_functors.qmt, !880 (@erodrigu)
+- Updated tests to follow new multiplicity counter added in Rec!3322, !853 (@roneil)
+- ~Configuration ~Luminosity | Config changes: options.stream -> options.input_stream, Turbo -> TurboPass, !886 (@nskidmor)
+- Upstream project highlights :star:
+
+
+### Documentation ~Documentation
+
+- Update DaVinciExamples/example_data/spruce_b2jpsik_opt.yaml, !881 (@erodrigu)
+- Documentation of DaVinciTutorials and DaVinciExamples, !826 (@mamartin)
+
+
+### Other
+
+- Update References for: Moore!2220 based on lhcb-master-mr/7597, !888 (@lhcbsoft)
+- Update References for: DaVinci!885 based on lhcb-master-mr/7607, !887 (@lhcbsoft)
+- Update References for: Analysis!970, DaVinci!878 based on lhcb-master-mr/7465, !879 (@lhcbsoft)
+- Update References for: Rec!3322, DaVinci!853 based on lhcb-master-mr/7437, !854 (@lhcbsoft)
-- 
GitLab