prepare for next version

This commit is contained in:
Dr. Stephen Henson
2012-05-10 16:01:11 +00:00
parent b71e69ad8e
commit db7a72b224
4 changed files with 9 additions and 5 deletions

View File

@@ -25,11 +25,11 @@
* (Prior to 0.9.5a beta1, a different scheme was used: MMNNFFRBB for
* major minor fix final patch/beta)
*/
#define OPENSSL_VERSION_NUMBER 0x0090818fL
#define OPENSSL_VERSION_NUMBER 0x00908190L
#ifdef OPENSSL_FIPS
#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.8x-fips 10 May 2012"
#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.8y-fips-dev xx XXX xxxx"
#else
#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.8x 10 May 2012"
#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.8y-dev xx XXX xxxx"
#endif
#define OPENSSL_VERSION_PTEXT " part of " OPENSSL_VERSION_TEXT