We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5903be2 commit c51b0d1Copy full SHA for c51b0d1
scripts/bump_version.sh
@@ -124,8 +124,8 @@ cat include/mbedtls/build_info.h | \
124
mv tmp include/mbedtls/build_info.h
125
126
[ $VERBOSE ] && echo "Bumping version in tests/suites/test_suite_version.data"
127
-sed -e "s/version:\".\{1,\}/version:\"$VERSION\"/g" < tests/suites/test_suite_version.data > tmp
128
-mv tmp tests/suites/test_suite_version.data
+sed -e "s/version:\".\{1,\}/version:\"$VERSION\"/g" < tf-psa-crypto/tests/suites/test_suite_version.data > tmp
+mv tmp tf-psa-crypto/tests/suites/test_suite_version.data
129
130
[ $VERBOSE ] && echo "Bumping PROJECT_NAME in doxygen/mbedtls.doxyfile and doxygen/input/doc_mainpage.h"
131
for i in doxygen/mbedtls.doxyfile doxygen/input/doc_mainpage.h;
0 commit comments