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 2b6e854 commit e3c5c1aCopy full SHA for e3c5c1a
doc/releaseNotes.md
@@ -585,3 +585,6 @@ This file describes the main feature changes for each readout.exe released versi
585
586
## v2.21.2 - 14/09/2023
587
- Monitoring: fix buffer statistics in bytes (wrong values were reported above 4GB because of a 32bit variable).
588
+
589
+## v2.21.3 - 05/10/2023
590
+- Monitoring: fix multiple publish if system stuck for longer than the update period.
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.2"
+#define READOUT_VERSION "2.21.3"
13
0 commit comments