- 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

@ -1,6 +1,6 @@
PolarSSL ChangeLog
= Version Trunk
= Version 0.99-pre1 released on 2011-01-30
Features
Note: Most of these features have been donated by Fox-IT
* Added Doxygen source code documentation parts

View File

@ -4,7 +4,7 @@ l/**
*/
/**
* @mainpage PolarSSL v0.14.0 source code documentation
* @mainpage PolarSSL v0.99-pre1 source code documentation
*
* This documentation describes the internal structure of PolarSSL. It was
* automatically generated from specially formatted comment blocks in

View File

@ -25,7 +25,7 @@ DOXYFILE_ENCODING = UTF-8
# The PROJECT_NAME tag is a single word (or a sequence of words surrounded
# by quotes) that should identify the project.
PROJECT_NAME = "PolarSSL v0.14"
PROJECT_NAME = "PolarSSL v0.99-pre1"
# The PROJECT_NUMBER tag can be used to enter a project or revision number.
# This could be handy for archiving the generated documentation or

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)

View File

@ -41,7 +41,7 @@ add_library(polarssl STATIC ${src})
else(NOT USE_SHARED_POLARSSL_LIBRARY)
ADD_LIBRARY(polarssl SHARED ${src})
SET_TARGET_PROPERTIES(polarssl PROPERTIES VERSION 0.14.1 SOVERSION 0)
SET_TARGET_PROPERTIES(polarssl PROPERTIES VERSION 0.99.1 SOVERSION 0)
endif(NOT USE_SHARED_POLARSSL_LIBRARY)

View File

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