From 3b5e0d8e71957f6cadc6594c1854089a9860a6e2 Mon Sep 17 00:00:00 2001
From: eduardo-rodriguesgit <eduardo.rodrigues@cern.ch>
Date: Tue, 12 Sep 2017 14:26:16 +0200
Subject: [PATCH] Documentation and dependencies for the v42r6p1 release.

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

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 4ccacda0b..32db2e82d 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -6,8 +6,8 @@ find_package(GaudiProject)
 #---------------------------------------------------------------
 
 # Declare project name and version
-gaudi_project(DaVinci v42r6
-              USE Analysis v18r5
+gaudi_project(DaVinci v42r6p1
+              USE Analysis v18r5p1
                   Stripping v11r3p1
               DATA AppConfig VERSION v3r*
                    FieldMap VERSION v5r*
diff --git a/ReleaseNotes/v42r6p1.md b/ReleaseNotes/v42r6p1.md
new file mode 100644
index 000000000..1323cac5a
--- /dev/null
+++ b/ReleaseNotes/v42r6p1.md
@@ -0,0 +1,12 @@
+2017-09-12 DaVinci v42r6p1
+==========================
+
+Release for 2017 production
+---------------------------
+
+This version is released on the 2017-patches branch (but master as far as DaVinci goes).
+It is based on Gaudi v28r2, LHCb v42r6p1, Rec v21r6p1, Phys v23r6p1, Analysis v18r5p1 and Stripping v11r3p1.
+Uses LCG_88 with ROOT 6.08.06.
+
+- Many tests updated and/or fixed.
+  - See merge requests !95, !93
-- 
GitLab