Home
last modified time | relevance | path

Searched refs:VERSION (Results 1 – 7 of 7) sorted by relevance

/openthread-3.5.0/third_party/mbedtls/repo/scripts/
Dbump_version.sh27 VERSION=""
38 VERSION=$1
76 if [ "X" = "X$VERSION" ];
83 sed -e "s/ VERSION [0-9.]\{1,\}/ VERSION $VERSION/g" < library/CMakeLists.txt > tmp
120 read MAJOR MINOR PATCH <<<$(IFS="."; echo $VERSION)
127 sed -e "s/_VERSION_STRING .\{1,\}/_VERSION_STRING \"$VERSION\"/" | \
128 sed -e "s/_VERSION_STRING_FULL .\{1,\}/_VERSION_STRING_FULL \"mbed TLS $VERSION\"/" \
133 sed -e "s/version:\".\{1,\}/version:\"$VERSION\"/g" < tests/suites/test_suite_version.data > tmp
139 sed -e "s/mbed TLS v[0-9\.]\{1,\}/mbed TLS v$VERSION/g" < $i > tmp
/openthread-3.5.0/third_party/mbedtls/repo/programs/test/cmake_subproject/
DCMakeLists.txt1 cmake_minimum_required(VERSION 2.6)
/openthread-3.5.0/third_party/mbedtls/repo/library/
DCMakeLists.txt206 set_target_properties(${mbedcrypto_target} PROPERTIES VERSION 2.28.0 SOVERSION 7)
210 set_target_properties(${mbedx509_target} PROPERTIES VERSION 2.28.0 SOVERSION 1)
214 set_target_properties(${mbedtls_target} PROPERTIES VERSION 2.28.0 SOVERSION 14)
/openthread-3.5.0/
DCMakeLists.txt30 cmake_minimum_required(VERSION 3.10.2)
35 project(openthread VERSION ${OT_DEFAULT_VERSION})
/openthread-3.5.0/tests/scripts/thread-cert/
Dconfig.py282 mle.TlvType.VERSION: mle.VersionFactory(),
Dmle.py84 VERSION = 18 variable in TlvType
/openthread-3.5.0/third_party/mbedtls/repo/
DCMakeLists.txt23 cmake_minimum_required(VERSION 2.8.12)