From d1b42434f3dc1a30a3a185e39cf6ab1da1db97e0 Mon Sep 17 00:00:00 2001 From: orbitcowboy Date: Sun, 3 Mar 2019 17:04:03 +0100 Subject: [PATCH] donate-cpu.py: Auto detect cppunit configuration after next release. --- tools/donate-cpu.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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