We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a1b4d1 commit 534f2c4Copy full SHA for 534f2c4
2 files changed
cppcheck/build.sh
@@ -4,7 +4,7 @@ set -e
4
DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" >/dev/null && pwd)"
5
cd "$DIR"
6
7
-VERSION="2.16.0"
+VERSION="2.21.0"
8
INSTALL_DIR="$DIR/cppcheck/install"
9
10
NJOBS="$(nproc 2>/dev/null || sysctl -n hw.ncpu 2>/dev/null || echo 2)"
cppcheck/pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "cppcheck"
-version = "2.16.0"
+version = "2.21.0"
description = "Cppcheck static analysis tool"
requires-python = ">=3.8"
0 commit comments