Skip to content

Commit c246b15

Browse files
committed
v0.45.0
1 parent d77e697 commit c246b15

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
@@ -67,5 +67,6 @@ This file describes the main feature changes for released versions of ReadoutCar
6767
- Updated list of firmwares for CRORC
6868
- CMake cleanup: removed python2 support.
6969

70-
## next version
70+
## v0.45.0 - 03/10/2023
7171
- o2-roc-pat-player: options have changed to match the [latest firmware conventions](https://gitlab.cern.ch/alice-cru/cru-fw/-/tree/pplayer/TTC#address-table). Values can specified as decimal or hexadecimal numbers.
72+
- Added support for pattern-player configuration parsing (used by ALF).

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

1616
namespace o2
1717
{

0 commit comments

Comments
 (0)