Skip to content

Commit d543219

Browse files
committed
v0.42.3
1 parent 6e47ad4 commit d543219

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
@@ -40,3 +40,6 @@ This file describes the main feature changes for released versions of ReadoutCar
4040
## v0.42.2 - 16/03/2023
4141
- Fix for crorId field in configuration file.
4242
- o2-roc-list-cards is able to identify previous versions of the firmware. Their version number is displayed and they are flagged as "old", when not on the compatibility list any more.
43+
44+
## v0.42.3 - 28/04/2023
45+
- Fix for roc-status --monitoring: glitchCounter unsigned.

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.2"
14+
#define O2_READOUTCARD_VERSION "0.42.3"
1515

1616
namespace o2
1717
{

0 commit comments

Comments
 (0)