diff --git a/tools/donate-cpu.py b/tools/donate-cpu.py index fbec66e39..feb33ad7d 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.36" +CLIENT_VERSION = "1.1.37" def check_requirements(): @@ -444,7 +444,7 @@ def get_libraries(): 'opengl': ['', '', ''], 'openmp': [''], 'python': ['', '"Python.h"'], - 'qt': ['', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''], 'sqlite3': ['', '"sqlite3.h"'],