daca@home: use cppcheck-2.13.0 as old version [ci skip] (#5799)
This commit is contained in:
parent
0fec74d867
commit
c9401a576d
|
@ -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:'
|
||||
|
|
Loading…
Reference in New Issue