Configure: get version from the file 'VERSION' instead of 'opensslv.h'
authorRichard Levitte <levitte@openssl.org>
Thu, 17 Oct 2019 14:03:06 +0000 (16:03 +0200)
committerRichard Levitte <levitte@openssl.org>
Fri, 18 Oct 2019 10:22:00 +0000 (12:22 +0200)
commit20551b2e62ed8c2fa97e0106a0350f40f3422dd5
treebc0f9f84cbb832070ebceea1ad6aad3ecad3e34f
parent3d48457478bd61030c370e4090c1462fc4453d81
Configure: get version from the file 'VERSION' instead of 'opensslv.h'

'VERSION' is a very easy file to parse, as opposed to a header file.
We also have the benefit of holding the version information in one
very well known place and can then generate all other version texts
as we see fit, for example opensslv.h.

Fixes #10203

Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/10205)
Configure
VERSION [new file with mode: 0644]
doc/internal/man7/VERSION.pod [new file with mode: 0644]