Bump version to Mbed TLS 2.7.18
Executed ./scripts/bump_version.sh --version 2.7.18 Signed-off-by: Janos Follath <janos.follath@arm.com>
This commit is contained in:
parent
c3ab4053ad
commit
dde20224e6
5 changed files with 11 additions and 11 deletions
include/mbedtls
|
@ -65,16 +65,16 @@
|
|||
*/
|
||||
#define MBEDTLS_VERSION_MAJOR 2
|
||||
#define MBEDTLS_VERSION_MINOR 7
|
||||
#define MBEDTLS_VERSION_PATCH 17
|
||||
#define MBEDTLS_VERSION_PATCH 18
|
||||
|
||||
/**
|
||||
* The single version number has the following structure:
|
||||
* MMNNPP00
|
||||
* Major version | Minor version | Patch version
|
||||
*/
|
||||
#define MBEDTLS_VERSION_NUMBER 0x02071100
|
||||
#define MBEDTLS_VERSION_STRING "2.7.17"
|
||||
#define MBEDTLS_VERSION_STRING_FULL "mbed TLS 2.7.17"
|
||||
#define MBEDTLS_VERSION_NUMBER 0x02071200
|
||||
#define MBEDTLS_VERSION_STRING "2.7.18"
|
||||
#define MBEDTLS_VERSION_STRING_FULL "mbed TLS 2.7.18"
|
||||
|
||||
#if defined(MBEDTLS_VERSION_C)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue