daca@home: use cppcheck-2.13.0 as old version [ci skip] (#5799)

This commit is contained in:
Daniel Marjamäki 2023-12-23 09:18:41 +01:00 committed by GitHub
parent 0fec74d867
commit c9401a576d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -26,9 +26,9 @@ 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.46"
SERVER_VERSION = "1.3.47"
OLD_VERSION = '2.12.0'
OLD_VERSION = '2.13.0'
HEAD_MARKER = 'head results:'
INFO_MARKER = 'info messages:'