- Updated compile-time and run-time version number and test

This commit is contained in:
Paul Bakker 2010-08-16 12:41:27 +00:00
parent 5c10b54fb2
commit 7c8fc71aea
2 changed files with 7 additions and 7 deletions

View file

@ -35,17 +35,17 @@
* Major, Minor, Patchlevel * Major, Minor, Patchlevel
*/ */
#define POLARSSL_VERSION_MAJOR 0 #define POLARSSL_VERSION_MAJOR 0
#define POLARSSL_VERSION_MINOR 13 #define POLARSSL_VERSION_MINOR 14
#define POLARSSL_VERSION_PATCH 1 #define POLARSSL_VERSION_PATCH 0
/** /**
* The single version number has the following structure: * The single version number has the following structure:
* MMNNPP00 * MMNNPP00
* Major version | Minor version | Patch version * Major version | Minor version | Patch version
*/ */
#define POLARSSL_VERSION_NUMBER 0x000D0100 #define POLARSSL_VERSION_NUMBER 0x000E0000
#define POLARSSL_VERSION_STRING "0.13.1" #define POLARSSL_VERSION_STRING "0.14.0"
#define POLARSSL_VERSION_STRING_FULL "PolarSSL 0.13.1" #define POLARSSL_VERSION_STRING_FULL "PolarSSL 0.14.0"
#if defined(POLARSSL_VERSION_C) #if defined(POLARSSL_VERSION_C)

View file

@ -1,5 +1,5 @@
Check compiletime library version Check compiletime library version
check_compiletime_version:"0.13.1" check_compiletime_version:"0.14.0"
Check runtime library version Check runtime library version
check_runtime_version:"0.13.1" check_runtime_version:"0.14.0"