From 474a38c3c520bf8c9442d8870d8e875d77e12cea Mon Sep 17 00:00:00 2001 From: Sylvain Chapeland Date: Tue, 16 Jul 2024 09:33:39 +0200 Subject: [PATCH] v0.45.3 --- doc/releaseNotes.md | 2 +- src/ReadoutCardVersion.cxx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/releaseNotes.md b/doc/releaseNotes.md index e2568af4..93f5cdb0 100644 --- a/doc/releaseNotes.md +++ b/doc/releaseNotes.md @@ -78,6 +78,6 @@ This file describes the main feature changes for released versions of ReadoutCar - Updated list of firmwares. - Added CRU option dropBadRdhEnabled. -## next version +## v0.45.3 - 16/07/2024 - Added some counters for roc-status: - link (with --monitoring option only): rdhCorruptedDropped (for convenience - this value is extracted from the existing pktErrorCheck1 field, bits [23:16]). diff --git a/src/ReadoutCardVersion.cxx b/src/ReadoutCardVersion.cxx index 6a572a83..296f7b1c 100644 --- a/src/ReadoutCardVersion.cxx +++ b/src/ReadoutCardVersion.cxx @@ -11,7 +11,7 @@ #include "ReadoutCard/Version.h" -#define O2_READOUTCARD_VERSION "0.45.2" +#define O2_READOUTCARD_VERSION "0.45.3" namespace o2 {