Prepare for 2.0.0 release
This commit is contained in:
parent
fc2ccfe72c
commit
4cb87f409d
7 changed files with 14 additions and 14 deletions
|
@ -38,8 +38,8 @@
|
|||
* The version number x.y.z is split into three parts.
|
||||
* Major, Minor, Patchlevel
|
||||
*/
|
||||
#define MBEDTLS_VERSION_MAJOR 1
|
||||
#define MBEDTLS_VERSION_MINOR 4
|
||||
#define MBEDTLS_VERSION_MAJOR 2
|
||||
#define MBEDTLS_VERSION_MINOR 0
|
||||
#define MBEDTLS_VERSION_PATCH 0
|
||||
|
||||
/**
|
||||
|
@ -47,9 +47,9 @@
|
|||
* MMNNPP00
|
||||
* Major version | Minor version | Patch version
|
||||
*/
|
||||
#define MBEDTLS_VERSION_NUMBER 0x01040000
|
||||
#define MBEDTLS_VERSION_STRING "1.4.0"
|
||||
#define MBEDTLS_VERSION_STRING_FULL "mbed TLS 1.4.0"
|
||||
#define MBEDTLS_VERSION_NUMBER 0x02000000
|
||||
#define MBEDTLS_VERSION_STRING "2.0.0"
|
||||
#define MBEDTLS_VERSION_STRING_FULL "mbed TLS 2.0.0"
|
||||
|
||||
#if defined(MBEDTLS_VERSION_C)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue