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

- Preparing for Release of 0.99 prerelease 1

This commit is contained in:
Paul Bakker
2011-01-30 16:59:02 +00:00
parent e3166ce040
commit 9fc4659b30
6 changed files with 11 additions and 11 deletions

View File

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