diff --git a/tools/donate-cpu.py b/tools/donate-cpu.py index edadb69df..51c286529 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.11" +CLIENT_VERSION = "1.1.12" def checkRequirements(): @@ -235,6 +235,7 @@ def scanPackage(workPath, cppcheckPath, jobs, fast): libraries = ' --library=posix --library=gnu' libraryIncludes = {'boost': [''], 'gtk': ['', '', ''], <- Enable after release of 1.88