diff --git a/tools/donate-cpu-server.py b/tools/donate-cpu-server.py
index 21ca925a2..40fc527a9 100755
--- a/tools/donate-cpu-server.py
+++ b/tools/donate-cpu-server.py
@@ -26,7 +26,7 @@ from urllib.parse import urlparse
# 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.40"
+SERVER_VERSION = "1.3.41"
OLD_VERSION = '2.11'
@@ -85,7 +85,7 @@ def overviewReport() -> str:
html += 'Stale report
\n'
html += 'Diff report
\n'
html += 'HEAD report
\n'
- html += 'HEAD (info) report
\n'
+ html += 'HEAD (information) report
\n'
html += 'Latest results
\n'
html += 'Time report (improved)
\n'
html += 'Time report (regressed) - packages.txt
\n'
@@ -115,6 +115,7 @@ def overviewReport() -> str:
html += '
\n'
html += 'Important errors:
\n'
html += 'cppcheckError
\n'
+ html += 'internalError
\n'
html += 'internalAstError
\n'
html += 'syntaxError
\n'
html += 'DacaWrongData
\n'
@@ -624,7 +625,7 @@ def summaryReport(resultsPath: str, name: str, prefix: str, marker: str) -> str:
outToday[messageId] += 1
html = '\n'
- html += '