Update version to 2.1.10

This commit is contained in:
Jaeden Amero
2018-01-09 16:24:57 +00:00
parent 4e50f5edba
commit e737fb1abe
7 changed files with 13 additions and 13 deletions

View File

@@ -39,16 +39,16 @@
*/
#define MBEDTLS_VERSION_MAJOR 2
#define MBEDTLS_VERSION_MINOR 1
#define MBEDTLS_VERSION_PATCH 9
#define MBEDTLS_VERSION_PATCH 10
/**
* The single version number has the following structure:
* MMNNPP00
* Major version | Minor version | Patch version
*/
#define MBEDTLS_VERSION_NUMBER 0x02010900
#define MBEDTLS_VERSION_STRING "2.1.9"
#define MBEDTLS_VERSION_STRING_FULL "mbed TLS 2.1.9"
#define MBEDTLS_VERSION_NUMBER 0x02010A00
#define MBEDTLS_VERSION_STRING "2.1.10"
#define MBEDTLS_VERSION_STRING_FULL "mbed TLS 2.1.10"
#if defined(MBEDTLS_VERSION_C)