diff options
author | Theo Buehler <tb@cvs.openbsd.org> | 2022-09-11 17:34:42 +0000 |
---|---|---|
committer | Theo Buehler <tb@cvs.openbsd.org> | 2022-09-11 17:34:42 +0000 |
commit | a17944db288d3716a5a31a28574764caf32eb003 (patch) | |
tree | 8d620cafc367f90919cc7c347ddad0db49c192c1 /lib/libcrypto | |
parent | 0f353de97d7b49c8691532f9eee20340e94b627e (diff) |
Bump major after symbol addition and removal and struct visibility changes
Diffstat (limited to 'lib/libcrypto')
-rw-r--r-- | lib/libcrypto/shlib_version | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libcrypto/shlib_version b/lib/libcrypto/shlib_version index 0a179e5f01f..9187b197885 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=49 -minor=1 +major=50 +minor=0 |