Changed version number to 2.1.3

Changed for library
This commit is contained in:
Simon Butcher 2015-11-04 22:08:33 +00:00
parent 5b289208cb
commit ef43d41f67
6 changed files with 12 additions and 12 deletions

View file

@ -39,16 +39,16 @@
*/
#define MBEDTLS_VERSION_MAJOR 2
#define MBEDTLS_VERSION_MINOR 1
#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 0x02010200
#define MBEDTLS_VERSION_STRING "2.1.2"
#define MBEDTLS_VERSION_STRING_FULL "mbed TLS 2.1.2"
#define MBEDTLS_VERSION_NUMBER 0x02010300
#define MBEDTLS_VERSION_STRING "2.1.3"
#define MBEDTLS_VERSION_STRING_FULL "mbed TLS 2.1.3"
#if defined(MBEDTLS_VERSION_C)