Skip to content

Commit c9401a5

Browse files
authored
daca@home: use cppcheck-2.13.0 as old version [ci skip] (#5799)
1 parent 0fec74d commit c9401a5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tools/donate-cpu-server.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@
2626
# Version scheme (MAJOR.MINOR.PATCH) should orientate on "Semantic Versioning" https://semver.org/
2727
# Every change in this script should result in increasing the version number accordingly (exceptions may be cosmetic
2828
# changes)
29-
SERVER_VERSION = "1.3.46"
29+
SERVER_VERSION = "1.3.47"
3030

31-
OLD_VERSION = '2.12.0'
31+
OLD_VERSION = '2.13.0'
3232

3333
HEAD_MARKER = 'head results:'
3434
INFO_MARKER = 'info messages:'

0 commit comments

Comments
 (0)