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 1cd3932 commit fbb3fc3Copy full SHA for fbb3fc3
doc/releaseNotes.md
@@ -431,3 +431,7 @@ This file describes the main feature changes for each readout.exe released versi
431
432
## v2.9.0 - 23/03/2022
433
- Added optional database connection to store runtime statistics.
434
+
435
+## v2.9.1 - 30/03/2022
436
+- DB improvements: occ.getRole() workaround for source id, logging.
437
+- Added logging of some EOR stats (TF number, etc) as for bookkeeping.
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.9.0"
+#define READOUT_VERSION "2.9.1"
13
0 commit comments