OpenSSL 0.9.8 has just entered beta status. Not quite releasing yet,

since I need to write a NEWS entry.

This means we're in feature freeze.  HEAD is now 0.9.9-dev.
This commit is contained in:
Richard Levitte 2005-05-18 04:14:22 +00:00
parent b0c0f20071
commit 4104a57107
2 changed files with 6 additions and 5 deletions

5
STATUS
View File

@ -1,10 +1,11 @@
OpenSSL STATUS Last modified at
______________ $Date: 2005/04/25 21:42:14 $
______________ $Date: 2005/05/18 04:14:21 $
DEVELOPMENT STATE
o OpenSSL 0.9.8: Under development...
o OpenSSL 0.9.9: Under development...
o OpenSSL 0.9.8: In beta...
o OpenSSL 0.9.7g: Released on April 11th, 2005
o OpenSSL 0.9.7f: Released on March 22nd, 2005
o OpenSSL 0.9.7e: Released on October 25th, 2004

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 0x00908000L
#define OPENSSL_VERSION_NUMBER 0x00908001L
#ifdef OPENSSL_FIPS
#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.8-fips-dev XX xxx XXXX"
#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.8-fips-beta1-dev XX xxx XXXX"
#else
#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.8-dev XX xxx XXXX"
#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.8-beta1-dev XX xxx XXXX"
#endif
#define OPENSSL_VERSION_PTEXT " part of " OPENSSL_VERSION_TEXT