diff options
author | Theo Buehler <tb@cvs.openbsd.org> | 2023-04-25 15:54:20 +0000 |
---|---|---|
committer | Theo Buehler <tb@cvs.openbsd.org> | 2023-04-25 15:54:20 +0000 |
commit | de602ff360a36ba0393eab702c7f85df219df8db (patch) | |
tree | 83bb0671f2ffc43c43f66a1ed46930f58be4b796 /lib/libcrypto | |
parent | 5feb987817e67ede86facc686dd26eb40efb9301 (diff) |
Bump majors after symbol addition and removal
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 49cfcaaf317..789f6ba8114 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=50 -minor=2 +major=51 +minor=0 |