diff --git a/tools/donate-cpu.py b/tools/donate-cpu.py index 20f428db9..a4fe5b2a0 100644 --- a/tools/donate-cpu.py +++ b/tools/donate-cpu.py @@ -38,7 +38,7 @@ import platform # 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) -CLIENT_VERSION = "1.1.12" +CLIENT_VERSION = "1.1.13" def checkRequirements(): @@ -239,6 +239,7 @@ def scanPackage(workPath, cppcheckPath, jobs, fast): 'googletest': [''], 'gtk': ['', '', ''], <- Enable after release of 1.88 + 'microsoft_sal': [''], 'motif': ['', '', ''], <- Enable after release of 1.88 'python': [''],