Skip to content

Commit 8556f61

Browse files
committed
v2.21.7
1 parent e92ab77 commit 8556f61

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

601601
## v2.21.6 - 09/11/2023
602602
- Minor changes: fix compilation warnings, FMQ API.
603+
604+
## v2.21.7 - 24/11/2023
605+
- Minor changes: fix for c++20 compatibility.

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.21.6"
12+
#define READOUT_VERSION "2.21.7"
1313

0 commit comments

Comments
 (0)