1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-07-30 22:43:08 +03:00

Merge pull request #8851 from billatarm/mbedtls-2.28-add-pc-files

Mbedtls 2.28 add pc files
This commit is contained in:
Gilles Peskine
2024-03-12 11:30:30 +00:00
committed by GitHub
10 changed files with 105 additions and 3 deletions

View File

@ -67,6 +67,10 @@ then
exit 1
fi
[ $VERBOSE ] && echo "Bumping PKGCONFIG_VERSION in pkgconfig/CMakeLists.txt"
sed -e "s/PKGCONFIG_VERSION [0-9.]\{1,\}/PKGCONFIG_VERSION $VERSION/g" < pkgconfig/CMakeLists.txt > tmp
mv tmp pkgconfig/CMakeLists.txt
[ $VERBOSE ] && echo "Bumping VERSION in library/CMakeLists.txt"
sed -e "s/ VERSION [0-9.]\{1,\}/ VERSION $VERSION/g" < library/CMakeLists.txt > tmp
mv tmp library/CMakeLists.txt