Skip to content

Commit 7757f57

Browse files
committed
v0.44.3
1 parent 87be5eb commit 7757f57

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

doc/releaseNotes.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ This file describes the main feature changes for released versions of ReadoutCar
6262
## v0.44.2 - 23/06/2023
6363
- Added a workaround to avoid HW lock issues for CRORC: prevent concurrency in the calls to feed superpages to the card. Added a check to detect write discrepencies.
6464

65-
##
65+
## v0.44.3 - 29/08/2023
6666
- Fix registers for FEC status counters.
6767
- Updated list of firmwares for CRORC
68+
- CMake cleanup: removed python2 support.

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

1616
namespace o2
1717
{

0 commit comments

Comments
 (0)