Update version to 2.7.3

This commit is contained in:
Jaeden Amero 2018-04-27 13:15:45 +01:00
parent 07d1d5f270
commit 1fc4d33f5f
6 changed files with 12 additions and 12 deletions

View file

@ -40,16 +40,16 @@
*/
#define MBEDTLS_VERSION_MAJOR 2
#define MBEDTLS_VERSION_MINOR 7
#define MBEDTLS_VERSION_PATCH 2
#define MBEDTLS_VERSION_PATCH 3
/**
* The single version number has the following structure:
* MMNNPP00
* Major version | Minor version | Patch version
*/
#define MBEDTLS_VERSION_NUMBER 0x02070200
#define MBEDTLS_VERSION_STRING "2.7.2"
#define MBEDTLS_VERSION_STRING_FULL "mbed TLS 2.7.2"
#define MBEDTLS_VERSION_NUMBER 0x02070300
#define MBEDTLS_VERSION_STRING "2.7.3"
#define MBEDTLS_VERSION_STRING_FULL "mbed TLS 2.7.3"
#if defined(MBEDTLS_VERSION_C)