diff --git a/tools/donate-cpu.py b/tools/donate-cpu.py index 360dbc973..ac40d5bca 100644 --- a/tools/donate-cpu.py +++ b/tools/donate-cpu.py @@ -40,7 +40,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.22" +CLIENT_VERSION = "1.1.23" def check_requirements(): @@ -254,19 +254,19 @@ def scan_package(work_path, cppcheck_path, jobs): libraries = ' --library=posix --library=gnu' library_includes = {'boost': [''], 'gtk': ['', '', ''], <- Enable after release of 1.88 + 'libcerror': [''], 'microsoft_sal': [''], 'motif': ['', '"prtypes.h"'], <- Enable after release of 1.88 - # 'opengl': ['', '', ''], <- Enable after release of 1.88 + 'nspr': ['', '"prtypes.h"'], + 'opengl': ['', '', ''], 'python': ['', '"Python.h"'], 'qt': ['', '', '', '', '', ''], - # 'sqlite3': [''], <- Enable after release of 1.88 + 'sqlite3': [''], 'tinyxml2': [''],