Skip to content

Commit b0a78b2

Browse files
authored
Merge pull request #268 from sy-c/master
v2.21.6
2 parents 9baac71 + 926ae94 commit b0a78b2

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
@@ -597,3 +597,6 @@ This file describes the main feature changes for each readout.exe released versi
597597
## v2.21.5 - 13/10/2023
598598
- Updated configuration parameters:
599599
- added readout.defaults: if set, the corresponding configuration URI is loaded and merged with current readout configuration. Existing parameters in current config are NOT overwritten. Useful to put in a single place settings which are shared by many configs.
600+
601+
## v2.21.6 - 09/11/2023
602+
- Minor changes: fix compilation warnings, FMQ API.

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

0 commit comments

Comments
 (0)