diff options
author | Theo Buehler <tb@cvs.openbsd.org> | 2023-03-10 16:45:51 +0000 |
---|---|---|
committer | Theo Buehler <tb@cvs.openbsd.org> | 2023-03-10 16:45:51 +0000 |
commit | 5e1635934b4812d82716c029974bd193231239d1 (patch) | |
tree | b32e47e53ad10b5f24006a4004c6fde24250906e /lib | |
parent | a8670be86e1efc976798ca6feaa7f0db0d6409aa (diff) |
Crankl libcrypto/libssl/libtls minors after symbol addition
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libcrypto/shlib_version | 2 | ||||
-rw-r--r-- | lib/libssl/shlib_version | 2 | ||||
-rw-r--r-- | lib/libtls/shlib_version | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/lib/libcrypto/shlib_version b/lib/libcrypto/shlib_version index 9b6fe84f509..49cfcaaf317 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=1 +minor=2 diff --git a/lib/libssl/shlib_version b/lib/libssl/shlib_version index 5e56c7549bc..574d7e57e95 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=1 +minor=2 diff --git a/lib/libtls/shlib_version b/lib/libtls/shlib_version index 72168dfd16a..34aa186fe47 100644 --- a/lib/libtls/shlib_version +++ b/lib/libtls/shlib_version @@ -1,2 +1,2 @@ major=26 -minor=1 +minor=2 |