Bump version to 2.1.0
This commit is contained in:
parent
67e4652bfc
commit
aac5502553
7 changed files with 13 additions and 13 deletions
|
@ -38,7 +38,7 @@
|
|||
* Major, Minor, Patchlevel
|
||||
*/
|
||||
#define MBEDTLS_VERSION_MAJOR 2
|
||||
#define MBEDTLS_VERSION_MINOR 0
|
||||
#define MBEDTLS_VERSION_MINOR 1
|
||||
#define MBEDTLS_VERSION_PATCH 0
|
||||
|
||||
/**
|
||||
|
@ -46,9 +46,9 @@
|
|||
* MMNNPP00
|
||||
* Major version | Minor version | Patch version
|
||||
*/
|
||||
#define MBEDTLS_VERSION_NUMBER 0x02000000
|
||||
#define MBEDTLS_VERSION_STRING "2.0.0"
|
||||
#define MBEDTLS_VERSION_STRING_FULL "mbed TLS 2.0.0"
|
||||
#define MBEDTLS_VERSION_NUMBER 0x02010000
|
||||
#define MBEDTLS_VERSION_STRING "2.1.0"
|
||||
#define MBEDTLS_VERSION_STRING_FULL "mbed TLS 2.1.0"
|
||||
|
||||
#if defined(MBEDTLS_VERSION_C)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue