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 | |
parent | 5feb987817e67ede86facc686dd26eb40efb9301 (diff) |
Bump majors after symbol addition and removal
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libcrypto/shlib_version | 4 | ||||
-rw-r--r-- | lib/libssl/shlib_version | 4 | ||||
-rw-r--r-- | lib/libtls/shlib_version | 4 |
3 files changed, 6 insertions, 6 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 diff --git a/lib/libssl/shlib_version b/lib/libssl/shlib_version index 574d7e57e95..d3b93e9fd0d 100644 --- a/lib/libssl/shlib_version +++ b/lib/libssl/shlib_version @@ -1,3 +1,3 @@ # Don't forget to give libtls the same type of bump! -major=53 -minor=2 +major=54 +minor=0 diff --git a/lib/libtls/shlib_version b/lib/libtls/shlib_version index 34aa186fe47..54ef0c4cc0c 100644 --- a/lib/libtls/shlib_version +++ b/lib/libtls/shlib_version @@ -1,2 +1,2 @@ -major=26 -minor=2 +major=27 +minor=0 |