From 225aeb171e3b6c366b46eb4d5c865a2b95fe088a Mon Sep 17 00:00:00 2001 From: =?utf8?q?Lutz=20J=C3=A4nicke?= Date: Wed, 17 Oct 2007 07:46:49 +0000 Subject: [PATCH] Work around inconsistent version numbering in 0.9.8f (release). The version code of the release should have been 09086f (6=f, f=release) but accidently it was marked "090870" (which would be "0.9.8g-dev"). Therefore we now use "090871" for the development of 0.9.8g. Once 0.9.8g is released, the problem will be "healed". We have never done beta releases for 0.9.x-stable patch releases, so 090871 would never be used in practice. PR: #1589 --- crypto/opensslv.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crypto/opensslv.h b/crypto/opensslv.h index 19190b9974..c71bcfd888 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 0x00908070L +#define OPENSSL_VERSION_NUMBER 0x00908071L #ifdef OPENSSL_FIPS #define OPENSSL_VERSION_TEXT "OpenSSL 0.9.8g-fips-dev xx XXX xxxx" #else -- 2.25.1