From 2531d05f3891684962d3079ceac9b93a1cde1443 Mon Sep 17 00:00:00 2001
From: eduardo-rodriguesgit <eduardo.rodrigues@cern.ch>
Date: Thu, 24 May 2018 23:33:43 +0200
Subject: [PATCH] Documentation and dependencies for v41r5 release.

---
 CMakeLists.txt        |  4 ++--
 ReleaseNotes/v41r5.md | 10 ++++++++++
 2 files changed, 12 insertions(+), 2 deletions(-)
 create mode 100644 ReleaseNotes/v41r5.md

diff --git a/CMakeLists.txt b/CMakeLists.txt
index e4db4ebc6..75b4075d0 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -6,8 +6,8 @@ find_package(GaudiProject)
 #---------------------------------------------------------------
 
 # Declare project name and version
-gaudi_project(DaVinci v41r4p5
-              USE Analysis v17r5
+gaudi_project(DaVinci v41r5
+              USE Analysis v17r6
                   Stripping v10r11p3
               DATA AppConfig VERSION v3r*
                    FieldMap VERSION v5r*
diff --git a/ReleaseNotes/v41r5.md b/ReleaseNotes/v41r5.md
new file mode 100644
index 000000000..1f91f4c64
--- /dev/null
+++ b/ReleaseNotes/v41r5.md
@@ -0,0 +1,10 @@
+2018-05-24 DaVinci v41r5
+========================
+
+Release for the reprocessing of 2016 Tesla data.
+
+This version is released on the 2016-patches branch.
+It is based on Gaudi v27r1, LHCb v40r5, Lbcom v18r5, Rec v19r6, Phys v21r9, Analysis v17r6 and Stripping v10r11p4,
+and uses LCG_84 with ROOT 6.06.02.
+
+- Update of test DaVinciTests/tests/qmtest/commonparticles.qms/test_standardintermediate_reco14_run.qmt.
-- 
GitLab