Home
last modified time | relevance | path

Searched refs:MINOR (Results 1 – 2 of 2) sorted by relevance

/openthread-3.6.0/third_party/mbedtls/repo/scripts/
Dbump_version.sh120 read MAJOR MINOR PATCH <<<$(IFS="."; echo $VERSION)
121 VERSION_NR="$( printf "0x%02X%02X%02X00" $MAJOR $MINOR $PATCH )"
124 sed -e "s/_VERSION_MINOR .\{1,\}/_VERSION_MINOR $MINOR/" | \
/openthread-3.6.0/third_party/mbedtls/repo/tests/
Dcompat.sh54 \( $MAJOR -eq 3 -a $MINOR -lt 2 \) -o \
55 \( $MAJOR -eq 3 -a $MINOR -eq 2 -a $PATCH -lt 15 \) ]
60 if [ $MINOR -lt 4 ]; then