Skip to content

Commit e3c5c1a

Browse files
committed
v2.21.3
1 parent 2b6e854 commit e3c5c1a

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

586586
## v2.21.2 - 14/09/2023
587587
- 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

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

0 commit comments

Comments
 (0)