Preparation for PolarSSL 1.4.0

This commit is contained in:
Paul Bakker 2014-10-21 16:40:54 +02:00
parent 1de7ddc333
commit f2a459df05
11 changed files with 121 additions and 12 deletions

View file

@ -42,17 +42,17 @@
* Major, Minor, Patchlevel
*/
#define POLARSSL_VERSION_MAJOR 1
#define POLARSSL_VERSION_MINOR 3
#define POLARSSL_VERSION_PATCH 9
#define POLARSSL_VERSION_MINOR 4
#define POLARSSL_VERSION_PATCH 0
/**
* The single version number has the following structure:
* MMNNPP00
* Major version | Minor version | Patch version
*/
#define POLARSSL_VERSION_NUMBER 0x01030900
#define POLARSSL_VERSION_STRING "1.3.9"
#define POLARSSL_VERSION_STRING_FULL "PolarSSL 1.3.9"
#define POLARSSL_VERSION_NUMBER 0x01040000
#define POLARSSL_VERSION_STRING "1.4.0"
#define POLARSSL_VERSION_STRING_FULL "PolarSSL 1.4.0"
#if defined(POLARSSL_VERSION_C)