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 bb091df commit fe17bf6Copy full SHA for fe17bf6
doc/releaseNotes.md
@@ -603,3 +603,6 @@ This file describes the main feature changes for each readout.exe released versi
603
604
## v2.21.7 - 24/11/2023
605
- Minor changes: fix for c++20 compatibility.
606
+
607
+## v2.21.8 - 29/11/2023
608
+- Fixed spurious readout warning("TF non-contiguous ordering") when doing Start/Stop/Start with DD is enabled.
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.7"
+#define READOUT_VERSION "2.21.8"
13
0 commit comments