We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e92ab77 commit 8556f61Copy full SHA for 8556f61
doc/releaseNotes.md
@@ -600,3 +600,6 @@ This file describes the main feature changes for each readout.exe released versi
600
601
## v2.21.6 - 09/11/2023
602
- 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
@@ -9,5 +9,5 @@
9
// granted to it by virtue of its status as an Intergovernmental Organization
10
// or submit itself to any jurisdiction.
11
12
-#define READOUT_VERSION "2.21.6"
+#define READOUT_VERSION "2.21.7"
13
0 commit comments