diff --git a/tools/donate-cpu.py b/tools/donate-cpu.py index 9e29b7aa8..58765dabe 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.15" +CLIENT_VERSION = "1.1.16" def checkRequirements(): @@ -242,7 +242,7 @@ def scanPackage(workPath, cppcheckPath, jobs, fast): 'microsoft_sal': [''], 'motif': ['', '', ''], <- Enable after release of 1.88 - 'python': [''], + 'python': ['', '"Python.h"'], 'qt': ['', '', '', '', '', ''],