File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2525# Version scheme (MAJOR.MINOR.PATCH) should orientate on "Semantic Versioning" https://semver.org/
2626# Every change in this script should result in increasing the version number accordingly (exceptions may be cosmetic
2727# changes)
28- SERVER_VERSION = "1.3.22 "
28+ SERVER_VERSION = "1.3.23 "
2929
3030OLD_VERSION = '2.6'
3131
@@ -86,6 +86,8 @@ def overviewReport() -> str:
8686 html += '<a href="head-cppcheckError">cppcheckError</a><br>\n '
8787 html += '<a href="head-internalAstError">internalAstError</a><br>\n '
8888 html += '<a href="head-syntaxError">syntaxError</a><br>\n '
89+ html += '<a href="head-DacaWrongData">DacaWrongData</a><br>\n '
90+ html += '<a href="head-dacaWrongSplitTemplateRightAngleBrackets">dacaWrongSplitTemplateRightAngleBrackets</a><br>\n '
8991 html += '<br>\n '
9092 html += 'version ' + SERVER_VERSION + '\n '
9193 html += '</body></html>'
You can’t perform that action at this time.
0 commit comments