We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f117a0e commit 71d4d1dCopy full SHA for 71d4d1d
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.19.1"
+VERSION="2.16.0"
8
INSTALL_DIR="$DIR/cppcheck/install"
9
10
# Idempotent: skip if already built
cppcheck/pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "cppcheck"
-version = "2.19.1"
+version = "2.16.0"
description = "Cppcheck static analysis tool"
requires-python = ">=3.8"
0 commit comments