diff --git a/tools/donate_cpu_lib.py b/tools/donate_cpu_lib.py index 71ba9d685..01d3ea7ad 100644 --- a/tools/donate_cpu_lib.py +++ b/tools/donate_cpu_lib.py @@ -15,7 +15,7 @@ import shlex # 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.3.6" +CLIENT_VERSION = "1.3.7" # Timeout for analysis with Cppcheck in seconds CPPCHECK_TIMEOUT = 60 * 60 @@ -475,6 +475,7 @@ def get_libraries(): 'microsoft_sal': [''], 'motif': ['', '"prtypes.h"'], + 'ntl': ['', '', ''], 'openmp': [''],