mirror of
https://github.com/openssl/openssl.git
synced 2024-11-21 01:15:20 +08:00
20551b2e62
'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)
8 lines
90 B
Plaintext
8 lines
90 B
Plaintext
MAJOR=3
|
|
MINOR=0
|
|
PATCH=0
|
|
PRE_RELEASE_TAG=dev
|
|
BUILD_METADATA=
|
|
RELEASE_DATE=
|
|
SHLIB_VERSION=3
|