Update for next dev version.

This commit is contained in:
Dr. Stephen Henson 2006-05-04 13:08:35 +00:00
parent f871949efd
commit 1c5dc844e7
3 changed files with 8 additions and 4 deletions

View File

@ -2,6 +2,10 @@
OpenSSL CHANGES
_______________
Changes between 0.9.8b and 0.9.8c [xx XXX xxxx]
*)
Changes between 0.9.8a and 0.9.8b [04 May 2006]
*) When applying a cipher rule check to see if string match is an explicit

2
README
View File

@ -1,5 +1,5 @@
OpenSSL 0.9.8b 04 May 2006
OpenSSL 0.9.8c-dev xx XXX xxxx
Copyright (c) 1998-2005 The OpenSSL Project
Copyright (c) 1995-1998 Eric A. Young, Tim J. Hudson

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 0x0090802fL
#define OPENSSL_VERSION_NUMBER 0x00908030
#ifdef OPENSSL_FIPS
#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.8b-fips 04 May 2006"
#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.8c-fips-dev xx XXX xxxx"
#else
#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.8b 04 May 2006"
#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.8c-dev xx XXX xxxx"
#endif
#define OPENSSL_VERSION_PTEXT " part of " OPENSSL_VERSION_TEXT