From f55ac5726a14bdd6d16ee9b397846769b3783884 Mon Sep 17 00:00:00 2001 From: tb Date: Fri, 28 Jul 2023 10:41:24 +0000 Subject: [PATCH] bump libcrypto, libssl, libtls majors --- lib/libcrypto/shlib_version | 2 +- lib/libssl/shlib_version | 2 +- 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 -- 2.20.1