Skip to content

Commit 868b82a

Browse files
committed
v2.10.3
1 parent f8e9b98 commit 868b82a

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

455455
## v2.10.2 - 04/05/2022
456456
- Added some buffer monitoring counters. They are logged in console stats and in monitoring (readout.bufferUsage, one per buffer, from 0% to 100%).
457+
458+
## v2.10.3 - 05/05/2022
459+
- Bug fixed in the readout TF rate regulator (was ineffective after 35 minutes = 2^31 microseconds - wrong variable width in a conversion).

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

0 commit comments

Comments
 (0)