Bump version to Mbed TLS 2.23.0
Executed "./scripts/bump_version.sh --version 2.23.0 --so-crypto 5" A symbol has been removed from the mbedcrypto library since the last release: mbedtls_ecc_group_to_psa ( enum mbedtls_ecp_group_id grpid, size_t* bits ) This is an ABI break and we need to increase the SO version. Signed-off-by: Janos Follath <janos.follath@arm.com>
This commit is contained in:
parent
1959010c4b
commit
0435cd8c23
6 changed files with 12 additions and 12 deletions
|
@ -24,7 +24,7 @@
|
|||
*/
|
||||
|
||||
/**
|
||||
* @mainpage mbed TLS v2.22.0 source code documentation
|
||||
* @mainpage mbed TLS v2.23.0 source code documentation
|
||||
*
|
||||
* This documentation describes the internal structure of mbed TLS. It was
|
||||
* automatically generated from specially formatted comment blocks in
|
||||
|
|
|
@ -28,7 +28,7 @@ DOXYFILE_ENCODING = UTF-8
|
|||
# identify the project. Note that if you do not use Doxywizard you need
|
||||
# to put quotes around the project name if it contains spaces.
|
||||
|
||||
PROJECT_NAME = "mbed TLS v2.22.0"
|
||||
PROJECT_NAME = "mbed TLS v2.23.0"
|
||||
|
||||
# The PROJECT_NUMBER tag can be used to enter a project or revision number.
|
||||
# This could be handy for archiving the generated documentation or
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue