Skip to content

Commit fc8a928

Browse files
committed
v0.42.1
1 parent 699504e commit fc8a928

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

doc/releaseNotes.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,6 @@ This file describes the main feature changes for released versions of ReadoutCar
3333
## v0.42.0 - 01/03/2023
3434
- Added support for CRORC ID where missing: roc-status, roc-config JSON.
3535
- 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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
#include "ReadoutCard/Version.h"
1313

14-
#define O2_READOUTCARD_VERSION "0.42.0"
14+
#define O2_READOUTCARD_VERSION "0.42.1"
1515

1616
namespace o2
1717
{

0 commit comments

Comments
 (0)