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
This commit is contained in:
parent
ffe181c366
commit
225aeb171e
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@
|
||||||
* (Prior to 0.9.5a beta1, a different scheme was used: MMNNFFRBB for
|
* (Prior to 0.9.5a beta1, a different scheme was used: MMNNFFRBB for
|
||||||
* major minor fix final patch/beta)
|
* major minor fix final patch/beta)
|
||||||
*/
|
*/
|
||||||
#define OPENSSL_VERSION_NUMBER 0x00908070L
|
#define OPENSSL_VERSION_NUMBER 0x00908071L
|
||||||
#ifdef OPENSSL_FIPS
|
#ifdef OPENSSL_FIPS
|
||||||
#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.8g-fips-dev xx XXX xxxx"
|
#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.8g-fips-dev xx XXX xxxx"
|
||||||
#else
|
#else
|
||||||
|
|
Loading…
Reference in a new issue