util/perl/OpenSSL/Ordinals.pm: introduce a base version
authorRichard Levitte <levitte@openssl.org>
Sun, 2 Dec 2018 12:53:47 +0000 (13:53 +0100)
committerRichard Levitte <levitte@openssl.org>
Fri, 7 Dec 2018 15:02:17 +0000 (16:02 +0100)
commitbfc3b4ffd6fab946c34e567d0afa8ea132e01f24
tree05c85e2b240d742e48a2f61f4a47664b62519005
parentad0b144b8a15c4d016bdef578c0ebfc72970da2c
util/perl/OpenSSL/Ordinals.pm: introduce a base version

The idea is that a base version is the minimum version that must be
assigned to all symbols.  The practical result is that, for any new
major release, the version number for all symbols will automatically
be bumped to the new release's version number, if necessary.

Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/7740)
util/perl/OpenSSL/Ordinals.pm