Skip to content

Commit a086b4a

Browse files
committed
v0.42.2
1 parent 7b310cd commit a086b4a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/releaseNotes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,6 @@ This file describes the main feature changes for released versions of ReadoutCar
3737
## v0.42.1 - 06/03/2023
3838
- Fixed bug with roc-config JSON: crorc-id wrongly set in "cru" section. Now named crorcId and to be set under "crorc" section.
3939

40-
## next version
40+
## 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.

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

1616
namespace o2
1717
{

0 commit comments

Comments
 (0)