From 0a4fda742b243025933b57ae4f931224722e0d22 Mon Sep 17 00:00:00 2001 From: "Dr. Stephen Henson" Date: Mon, 15 Sep 2008 14:26:34 +0000 Subject: Oops... use correct version number this time.... --- CHANGES | 4 ---- crypto/opensslv.h | 6 +++--- 2 files changed, 3 insertions(+), 7 deletions(-) diff --git a/CHANGES b/CHANGES index 01b67ea68e..72cc168f6a 100644 --- a/CHANGES +++ b/CHANGES @@ -2,10 +2,6 @@ OpenSSL CHANGES _______________ - Changes between 0.9.8i and 0.9.8j [xx XXX xxxx] - - *) - Changes between 0.9.8h and 0.9.8i [15 Sep 2008] *) Fix a state transitition in s3_srvr.c and d1_srvr.c diff --git a/crypto/opensslv.h b/crypto/opensslv.h index 051d126498..5bdd370ac9 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 0x00908090L +#define OPENSSL_VERSION_NUMBER 0x0090809fL #ifdef OPENSSL_FIPS -#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.8j-fips-dev xx XXX xxxx" +#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.8i-fips 15 Sep 2008" #else -#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.8j-dev xx XXX xxxx" +#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.8i 15 Sep 2008" #endif #define OPENSSL_VERSION_PTEXT " part of " OPENSSL_VERSION_TEXT -- cgit v1.2.3