diff options
author | Theo Buehler <tb@cvs.openbsd.org> | 2023-07-28 10:41:25 +0000 |
---|---|---|
committer | Theo Buehler <tb@cvs.openbsd.org> | 2023-07-28 10:41:25 +0000 |
commit | 48f534f7ac17e470265726428a76efdacd3799d5 (patch) | |
tree | 7e2f92478aae7f6eb86a92f972ee8e2390f386b8 | |
parent | 171fff3decf7a5e68c6351a55af95318f8e35d3b (diff) |
bump libcrypto, libssl, libtls majors
-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 789f6ba8114..41c861f744f 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=51 +major=52 minor=0 diff --git a/lib/libssl/shlib_version b/lib/libssl/shlib_version index d3b93e9fd0d..9416bb7a378 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=54 +major=55 minor=0 diff --git a/lib/libtls/shlib_version b/lib/libtls/shlib_version index 54ef0c4cc0c..295c96b24e9 100644 --- a/lib/libtls/shlib_version +++ b/lib/libtls/shlib_version @@ -1,2 +1,2 @@ -major=27 +major=28 minor=0 |