Skip to content

Commit 8d19887

Browse files
committed
v2.23.0
1 parent 28de33a commit 8d19887

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
@@ -612,3 +612,6 @@ This file describes the main feature changes for each readout.exe released versi
612612

613613
## v2.22.0 - 30/01/2024
614614
- consumer-FairMQChannel: fix for DD TF ordering. In case of start/stop/start with parameter threads>1, there were some "non-continuous ordering" warnings due to a missing counter reset.
615+
616+
## v2.23.0 - 18/03/2024
617+
- Added o2-readout-rawmerger: a utility to concatenate multiple raw files in a single one, e.g. to replay full detector data from a single FLP.

src/ReadoutVersion.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@
99
// granted to it by virtue of its status as an Intergovernmental Organization
1010
// or submit itself to any jurisdiction.
1111

12-
#define READOUT_VERSION "2.22.0"
12+
#define READOUT_VERSION "2.23.0"
1313

0 commit comments

Comments
 (0)