This commit is contained in:
jomjol
2022-08-22 18:12:08 +02:00
parent 6409397770
commit 57bdca37fc
6 changed files with 10 additions and 14 deletions

View File

@@ -40,16 +40,12 @@ In other cases you can contact the developer via email: <img src="https://raw.gi
------
##### Rolling (2022-08-21)
##### 11.1.1 - Intermediate Digits (2022-08-22)
- New and improved consistency check (especially with analog and digital counters mixed)
- Bug Fix: digital counter algo
- Bug Fix: digital counter algorithm
##### 11.1.0 - Intermediate Digits
- Updated postprocessing algorithm (fix from @haverland)
##### 11.0.1 - Intermediate Digits
##### 11.0.1 - Intermediate Digits (2022-08-18)
- **NEW v11.0.1**: Bug Fix InfluxDB configuration (only update of html.zip necessary)

View File

@@ -1,4 +1,4 @@
const char* GIT_REV="c9a879d";
const char* GIT_TAG="v11.1.0";
const char* GIT_REV="6409397";
const char* GIT_TAG="";
const char* GIT_BRANCH="rolling";
const char* BUILD_TIME="2022-08-21 19:46";
const char* BUILD_TIME="2022-08-22 18:09";

View File

@@ -13,7 +13,7 @@ extern "C"
#include "Helper.h"
#include <fstream>
const char* GIT_BASE_BRANCH = "master - v11.1.0 - 2022-08-21";
const char* GIT_BASE_BRANCH = "master - v11.1.1 - 2022-08-22";
const char* git_base_branch(void)

View File

@@ -1,4 +1,4 @@
const char* GIT_REV="c9a879d";
const char* GIT_TAG="v11.1.0";
const char* GIT_REV="6409397";
const char* GIT_TAG="";
const char* GIT_BRANCH="rolling";
const char* BUILD_TIME="2022-08-21 19:46";
const char* BUILD_TIME="2022-08-22 18:09";

Binary file not shown.

Binary file not shown.