Lines Matching full:version
4 # Print the C compiler name and its version in a 5 or 6-digit form.
5 # Also, perform the minimum version check.
9 # Print the C compiler name and some version components.
25 # Convert the version string x.y.z to a canonical 5 or 6-digit form.
39 min_tool_version=$(dirname $0)/min-tool-version.sh
43 version=$2.$3.$4
47 version=$2.$3.$4
51 version=$(($2 / 100)).$(($2 % 100)).$3
60 cversion=$(get_canonical_version $version)
66 echo >&2 "*** Your $name version: $version"
67 echo >&2 "*** Minimum $name version: $min_version"