From 87641105626a94b431ece6e490f444992aa7d555 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oliver=20St=C3=B6neberg?= Date: Thu, 27 Jan 2022 17:54:44 +0100 Subject: [PATCH] donate-cpu-server.py: added daca errors to important errors in overview (#3761) --- tools/donate-cpu-server.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tools/donate-cpu-server.py b/tools/donate-cpu-server.py index abf9699b0..97d4c185e 100755 --- a/tools/donate-cpu-server.py +++ b/tools/donate-cpu-server.py @@ -25,7 +25,7 @@ import html as html_lib # Version scheme (MAJOR.MINOR.PATCH) should orientate on "Semantic Versioning" https://semver.org/ # Every change in this script should result in increasing the version number accordingly (exceptions may be cosmetic # changes) -SERVER_VERSION = "1.3.22" +SERVER_VERSION = "1.3.23" OLD_VERSION = '2.6' @@ -86,6 +86,8 @@ def overviewReport() -> str: html += 'cppcheckError
\n' html += 'internalAstError
\n' html += 'syntaxError
\n' + html += 'DacaWrongData
\n' + html += 'dacaWrongSplitTemplateRightAngleBrackets
\n' html += '
\n' html += 'version ' + SERVER_VERSION + '\n' html += ''