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 87da623 commit e343b51Copy full SHA for e343b51
doc/releaseNotes.md
@@ -30,6 +30,6 @@ This file describes the main feature changes for released versions of ReadoutCar
30
- Added DMA status (enabled / disabled) to roc-status (all output styles, including monitoring).
31
- Added FEC counter per link to roc-status (stdout + JSON output).
32
33
-## next version
+## 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).
src/ReadoutCardVersion.cxx
@@ -11,7 +11,7 @@
11
12
#include "ReadoutCard/Version.h"
13
14
-#define O2_READOUTCARD_VERSION "0.41.0"
+#define O2_READOUTCARD_VERSION "0.42.0"
15
16
namespace o2
17
{
0 commit comments