From 267074964d28420f1e26a705f689f3d3e83bb546 Mon Sep 17 00:00:00 2001 From: orbitcowboy Date: Thu, 7 Mar 2019 00:59:57 +0100 Subject: [PATCH] donate-cpu.py: Auto detect and activate windows.cfg. --- 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 a4fe5b2a0..4e3f6f924 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.13" +CLIENT_VERSION = "1.1.14" def checkRequirements(): @@ -246,6 +246,7 @@ def scanPackage(workPath, cppcheckPath, jobs, fast): 'qt': ['', '', '', '', ''], 'tinyxml2': [''], 'wxwidgets': [''], }