From: Richard Levitte Date: Tue, 24 May 2005 03:57:12 +0000 (+0000) Subject: Forgot to change the version number itself. X-Git-Tag: OpenSSL_0_9_8-beta3~29 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=7d9e1321c7716d63501fe9d8ed6b0fecaa0168ec;p=oweals%2Fopenssl.git Forgot to change the version number itself. --- diff --git a/crypto/opensslv.h b/crypto/opensslv.h index 021a6cb7c6..6208c19ee8 100644 --- a/crypto/opensslv.h +++ b/crypto/opensslv.h @@ -25,7 +25,7 @@ * (Prior to 0.9.5a beta1, a different scheme was used: MMNNFFRBB for * major minor fix final patch/beta) */ -#define OPENSSL_VERSION_NUMBER 0x00908002L +#define OPENSSL_VERSION_NUMBER 0x00908003L #ifdef OPENSSL_FIPS #define OPENSSL_VERSION_TEXT "OpenSSL 0.9.8-fips-beta3 XX xxx XXXX" #else