1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2026-01-06 11:41:12 +03:00

- Ready for release 0.99-pre4

This commit is contained in:
Paul Bakker
2011-04-01 12:23:26 +00:00
parent 99a03afc22
commit 3efa575ff2
6 changed files with 10 additions and 10 deletions

View File

@@ -39,16 +39,16 @@
*/
#define POLARSSL_VERSION_MAJOR 0
#define POLARSSL_VERSION_MINOR 99
#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 0x00630300
#define POLARSSL_VERSION_STRING "0.99.3"
#define POLARSSL_VERSION_STRING_FULL "PolarSSL 0.99.3"
#define POLARSSL_VERSION_NUMBER 0x00630400
#define POLARSSL_VERSION_STRING "0.99.4"
#define POLARSSL_VERSION_STRING_FULL "PolarSSL 0.99.4"
#if defined(POLARSSL_VERSION_C)