From 8f8e8b4f2445a7030079432aa6a717f4fee957c8 Mon Sep 17 00:00:00 2001 From: eduardo-rodrigues Date: Mon, 22 Jul 2019 12:38:01 +0200 Subject: [PATCH] Documentation and dependencies for the v45r1 release --- CMakeLists.txt | 6 +++--- ReleaseNotes/v45r1.md | 8 ++++++++ 2 files changed, 11 insertions(+), 3 deletions(-) create mode 100644 ReleaseNotes/v45r1.md diff --git a/CMakeLists.txt b/CMakeLists.txt index ef7d8c73d..7c4232a30 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -16,9 +16,9 @@ find_package(GaudiProject) #--------------------------------------------------------------- # Declare project name and version -gaudi_project(DaVinci v45r0 - USE Analysis v21r0 - Stripping v14r3 +gaudi_project(DaVinci v45r1 + USE Analysis v21r1 + Stripping v14r4 DATA AppConfig VERSION v3r* FieldMap VERSION v5r* ParamFiles VERSION v8r* diff --git a/ReleaseNotes/v45r1.md b/ReleaseNotes/v45r1.md new file mode 100644 index 000000000..36a9ea295 --- /dev/null +++ b/ReleaseNotes/v45r1.md @@ -0,0 +1,8 @@ +2019-07-22 DaVinci v45r1 +======================== + +Release for use with Run 1 or Run 2 data, prepared on the run2-patches branch. +It is based on Gaudi v32r1, LHCb v45r1, Lbcom v23r0p1, Rec v24r1, Phys v26r1, Analysis v21r1 and Stripping v14r4, +and uses LCG_96 with ROOT 6.18.00. + +Version identical to v45r0 except for a dependencies update. -- GitLab