Skip to content

Commit ee2a979

Browse files
committed
v0.45.7
1 parent a38e8d5 commit ee2a979

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-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.45.6
27+
VERSION 0.45.7
2828
DESCRIPTION "O2 ReadoutCard library"
2929
LANGUAGES C CXX
3030
)

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

1616
namespace o2
1717
{

0 commit comments

Comments
 (0)