Skip to content

Commit 0e02823

Browse files
committed
v2.17.0
1 parent 5ae7682 commit 0e02823

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

doc/releaseNotes.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -521,5 +521,5 @@ This file describes the main feature changes for each readout.exe released versi
521521
- added equipment-cruemulator-*.linkThroughput: set incoming link data throughput (in Gbps).
522522
- Minor logging updates.
523523

524-
## nect version
525-
- Updated configuration syntax: section names ending with "-*" can be used to define default parameters. They are applied to all section with similar names. Existing key-value pairs are not overwritten, but are defined according to defaults if they don't exist. For example, it is possible to define the TFperiod for all equipments by adding a section named "equipment-*" with "TFperiod=32".
524+
## v2.17.0 - 01/03/2022
525+
- Updated configuration syntax: section names ending with `-*` can be used to define default parameters. They are applied to all section with similar names. Existing key-value pairs are not overwritten, but are defined according to defaults if they don't exist. For example, it is possible to define the TFperiod for all equipments by adding a section named `[equipment-*]` with `TFperiod=32`.

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

0 commit comments

Comments
 (0)