diff --git a/CMakeLists.txt b/CMakeLists.txt index c4846073bbc861dc2781be1606669dd52fe84451..c2171bda035ed0e9132e5e9d3058da329bd66cc1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -6,9 +6,9 @@ find_package(GaudiProject) #--------------------------------------------------------------- # Declare project name and version -gaudi_project(DaVinci v42r8p1 +gaudi_project(DaVinci v42r8p2 USE Analysis v18r8p1 - Stripping v13r1p1 + Stripping v13r1p2 DATA AppConfig VERSION v3r* FieldMap VERSION v5r* ParamFiles VERSION v8r* diff --git a/ReleaseNotes/v42r8p2.md b/ReleaseNotes/v42r8p2.md new file mode 100644 index 0000000000000000000000000000000000000000..400b0c643360f57c9c69e911520e49adeb1050e1 --- /dev/null +++ b/ReleaseNotes/v42r8p2.md @@ -0,0 +1,16 @@ +2018-11-15 DaVinci v42r8p2 +========================== + +Release for the re-stripping of 2017 5 TeV p-Ne data +---------------------------------------------------- + +This version is released on the 2017-patches branch. +It is based on Gaudi v28r2p1, LHCb v42r10, Lbcom v20r7p2, Rec v21r7p1 and Phys v23r9p1, Analysis v18r8p1 and Stripping v13r1p2. +Uses LCG_88 with ROOT 6.08.06. + +- Add tests for Stripping33r1 + - See merge request lhcb/DaVinci!270 +- Remove unnecessary xxSys dependencies + - See merge request lhcb/DaVinci!267 +- Update to ref for S29r2 + - See merge request lhcb/DaVinci!257