We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 699504e commit fc8a928Copy full SHA for fc8a928
doc/releaseNotes.md
@@ -33,3 +33,6 @@ This file describes the main feature changes for released versions of ReadoutCar
33
## v0.42.0 - 01/03/2023
34
- Added support for CRORC ID where missing: roc-status, roc-config JSON.
35
- Added FEC counter per link to roc-status (monitoring).
36
+
37
+## v0.42.1
38
+- Fixed bug with roc-config JSON: crorc-id wrongly set in "cru" section. Now named crorcId and to be set under "crorc" section.
src/ReadoutCardVersion.cxx
@@ -11,7 +11,7 @@
11
12
#include "ReadoutCard/Version.h"
13
14
-#define O2_READOUTCARD_VERSION "0.42.0"
+#define O2_READOUTCARD_VERSION "0.42.1"
15
16
namespace o2
17
{
0 commit comments