Skip to content

Commit fad36ba

Browse files
committed
v0.45.6
1 parent 647c2e8 commit fad36ba

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ endif()
2424

2525
# Define project
2626
project(ReadoutCard
27-
VERSION 0.31.0
27+
VERSION 0.45.6
2828
DESCRIPTION "O2 ReadoutCard library"
2929
LANGUAGES C CXX
3030
)

doc/releaseNotes.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,3 +87,6 @@ This file describes the main feature changes for released versions of ReadoutCar
8787

8888
## v0.45.5 - 19/12/2024
8989
- Added internal fallback when hugeadm tool not available to setup hugepages (e.g.for RHEL9).
90+
91+
## v0.45.6 - 07/02/2025
92+
- Updated list of firmwares.

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

1616
namespace o2
1717
{

0 commit comments

Comments
 (0)