From e8610d4c1dcae364fd987a592b06c228900e7acb Mon Sep 17 00:00:00 2001
From: Mark Smith <mark.smith@cern.ch>
Date: Wed, 6 Sep 2023 18:17:17 +0200
Subject: [PATCH 1/2] Release notes for v25r13

---
 CMakeLists.txt         |  4 ++--
 ReleaseNotes/v25r13.md | 27 +++++++++++++++++++++++++++
 2 files changed, 29 insertions(+), 2 deletions(-)
 create mode 100644 ReleaseNotes/v25r13.md

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 39ff2f539..1ade987b5 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -16,5 +16,5 @@ find_package(GaudiProject)
 #---------------------------------------------------------------
 
 # Declare project name and version
-gaudi_project(Phys v25r12
-              USE Rec v23r8)
+gaudi_project(Phys v25r13
+              USE Rec v23r9)
diff --git a/ReleaseNotes/v25r13.md b/ReleaseNotes/v25r13.md
new file mode 100644
index 000000000..4a66174f2
--- /dev/null
+++ b/ReleaseNotes/v25r13.md
@@ -0,0 +1,27 @@
+2023-09-06 Phys v25r13
+===
+
+This version uses Rec v23r9, Lbcom v22r4, LHCb v44r9, Gaudi v29r5 and LCG 93.
+
+This version is released on `2018-patches` branch. It is intended for 2018 incremental stripping (`S34r0p3`), 2017 incremental stripping (`v29r2p3`), 2016 restripping (`S28r2p2`) and patches to Moore and stripping in 2016, 2017 and 2018 simulation workflows. Builds with gcc62 on centos7.
+Built relative to Phys [v25r12](../-/tags/v25r12), with the following changes:
+
+
+### Fixes ~"bug fix" ~workaround
+
+- Add comment explaining fix to FilterUnique, !1076 (@avenkate)
+- Order particles by momentum instead of memory address to remove reproducibility issues, !1075 (@avenkate)
+- Add StdLooseDetachedTauNoPID to StandardParticles, !1067 (@masmith)
+- D2DVVDSIGN needs to call signedDistance() instead of distance()  - 2018-patches, !1061 (@masmith)
+
+
+### Enhancements ~enhancement
+
+- ~PID ~Functors | Add functor for ChargedProtoDedxPIDTool, !1066 (@hjage)
+- ~Functors | New LoKi functors for the 2023 restripping, !1065 (@hjage)
+
+
+### Other
+
+- Add StdNoPIDsDownMuons import to std Muons., !1069 (@ngrieser)
+- Chery pick of 1051 to 2018-patches, !1054 (@masmith)
-- 
GitLab


From 2eb22f54df1a20ea6253ff59c33a58889c69f3b4 Mon Sep 17 00:00:00 2001
From: Mark Smith <mark.smith@cern.ch>
Date: Wed, 6 Sep 2023 19:03:41 +0200
Subject: [PATCH 2/2] Update v25r13.md

---
 ReleaseNotes/v25r13.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ReleaseNotes/v25r13.md b/ReleaseNotes/v25r13.md
index 4a66174f2..46b3ac59d 100644
--- a/ReleaseNotes/v25r13.md
+++ b/ReleaseNotes/v25r13.md
@@ -3,7 +3,7 @@
 
 This version uses Rec v23r9, Lbcom v22r4, LHCb v44r9, Gaudi v29r5 and LCG 93.
 
-This version is released on `2018-patches` branch. It is intended for 2018 incremental stripping (`S34r0p3`), 2017 incremental stripping (`v29r2p3`), 2016 restripping (`S28r2p2`) and patches to Moore and stripping in 2016, 2017 and 2018 simulation workflows. Builds with gcc62 on centos7.
+This version is released on `2018-patches` branch. It is intended for 2018 incremental stripping (`S34r0p3`), 2017 incremental stripping (`v29r2p3`), 2016 incremental stripping (`S28r2p2`) and patches to Moore and stripping in 2016, 2017 and 2018 simulation workflows. Builds with gcc62 on centos7.
 Built relative to Phys [v25r12](../-/tags/v25r12), with the following changes:
 
 
-- 
GitLab