Change version number to 2.1.4
Changed version for library files and yotta module
This commit is contained in:
parent
ff0a22bd9b
commit
543e4366bc
7 changed files with 14 additions and 15 deletions
|
@ -39,16 +39,16 @@
|
|||
*/
|
||||
#define MBEDTLS_VERSION_MAJOR 2
|
||||
#define MBEDTLS_VERSION_MINOR 1
|
||||
#define MBEDTLS_VERSION_PATCH 3
|
||||
#define MBEDTLS_VERSION_PATCH 4
|
||||
|
||||
/**
|
||||
* The single version number has the following structure:
|
||||
* MMNNPP00
|
||||
* Major version | Minor version | Patch version
|
||||
*/
|
||||
#define MBEDTLS_VERSION_NUMBER 0x02010300
|
||||
#define MBEDTLS_VERSION_STRING "2.1.3"
|
||||
#define MBEDTLS_VERSION_STRING_FULL "mbed TLS 2.1.3"
|
||||
#define MBEDTLS_VERSION_NUMBER 0x02010400
|
||||
#define MBEDTLS_VERSION_STRING "2.1.4"
|
||||
#define MBEDTLS_VERSION_STRING_FULL "mbed TLS 2.1.4"
|
||||
|
||||
#if defined(MBEDTLS_VERSION_C)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue