1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-08-07 06:42:56 +03:00

Updated for PolarSSL 1.2.5

This commit is contained in:
Paul Bakker
2013-02-02 19:23:57 +01:00
parent 40865c8e5d
commit c7a2da437e
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 4
#define POLARSSL_VERSION_PATCH 5
/**
* The single version number has the following structure:
* MMNNPP00
* Major version | Minor version | Patch version
*/
#define POLARSSL_VERSION_NUMBER 0x01020400
#define POLARSSL_VERSION_STRING "1.2.4"
#define POLARSSL_VERSION_STRING_FULL "PolarSSL 1.2.4"
#define POLARSSL_VERSION_NUMBER 0x01020500
#define POLARSSL_VERSION_STRING "1.2.5"
#define POLARSSL_VERSION_STRING_FULL "PolarSSL 1.2.5"
#if defined(POLARSSL_VERSION_C)