diff --git a/CHANGES b/CHANGES index 048349e50..73a96e6b0 100644 --- a/CHANGES +++ b/CHANGES @@ -2,6 +2,10 @@ OpenSSL CHANGES _______________ + Changes between 0.9.7d and 0.9.7f [XX xxx XXXX] + + *) + Changes between 0.9.7d and 0.9.7e [25 Oct 2004] *) Avoid a race condition when CRLs are checked in a multi threaded diff --git a/crypto/opensslv.h b/crypto/opensslv.h index acb458486..32a1ca083 100644 --- a/crypto/opensslv.h +++ b/crypto/opensslv.h @@ -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 0x0090705FL +#define OPENSSL_VERSION_NUMBER 0x00907060L #ifdef OPENSSL_FIPS -#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.7e-fips 25 Oct 2004" +#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.7f-fips-dev XX xxx XXXX" #else -#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.7e 25 Oct 2004" +#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.7f-dev XX xxx XXXX" #endif #define OPENSSL_VERSION_PTEXT " part of " OPENSSL_VERSION_TEXT