diff options
author | Theo Buehler <tb@cvs.openbsd.org> | 2018-11-11 07:00:15 +0000 |
---|---|---|
committer | Theo Buehler <tb@cvs.openbsd.org> | 2018-11-11 07:00:15 +0000 |
commit | 6c4da3582e283c0b4f70e40a48c531eae2c05cc5 (patch) | |
tree | fabe730c6b5016e92af0126f24cc446810a63b74 /lib/libcrypto | |
parent | cfc511f27091ae4f95d103d73cf43d429985c9b7 (diff) |
bump minors after symbol addition.
Diffstat (limited to 'lib/libcrypto')
-rw-r--r-- | lib/libcrypto/shlib_version | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libcrypto/shlib_version b/lib/libcrypto/shlib_version index ba7b0b9de11..a831e577a68 100644 --- a/lib/libcrypto/shlib_version +++ b/lib/libcrypto/shlib_version @@ -1,3 +1,3 @@ # Don't forget to give libssl and libtls the same type of bump! major=45 -minor=0 +minor=1 |