1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-07-30 22:43:08 +03:00

Updated for PolarSSL 1.2.4

This commit is contained in:
Paul Bakker
2013-01-25 17:11:37 +01:00
parent 9d2bb658fc
commit 14c56a3378
6 changed files with 10 additions and 10 deletions

View File

@ -39,16 +39,16 @@
*/
#define POLARSSL_VERSION_MAJOR 1
#define POLARSSL_VERSION_MINOR 2
#define POLARSSL_VERSION_PATCH 3
#define POLARSSL_VERSION_PATCH 4
/**
* The single version number has the following structure:
* MMNNPP00
* Major version | Minor version | Patch version
*/
#define POLARSSL_VERSION_NUMBER 0x01020300
#define POLARSSL_VERSION_STRING "1.2.3"
#define POLARSSL_VERSION_STRING_FULL "PolarSSL 1.2.3"
#define POLARSSL_VERSION_NUMBER 0x01020400
#define POLARSSL_VERSION_STRING "1.2.4"
#define POLARSSL_VERSION_STRING_FULL "PolarSSL 1.2.4"
#if defined(POLARSSL_VERSION_C)