From 27c8f1bf2eaa22c58543a5f63d704e9ad32b0995 Mon Sep 17 00:00:00 2001 From: tb Date: Fri, 14 Jan 2022 09:15:07 +0000 Subject: [PATCH] bump libcrypto, libssl, libtls majors after struct visibility changes and Symbol addition and removal in libcrypto. --- 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 16849ed76b0..00fc66eb50a 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=48 +major=49 minor=0 diff --git a/lib/libssl/shlib_version b/lib/libssl/shlib_version index 088439a3355..f326ddcde2a 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=51 +major=52 minor=0 diff --git a/lib/libtls/shlib_version b/lib/libtls/shlib_version index df4de0fc4dc..906022aa66d 100644 --- a/lib/libtls/shlib_version +++ b/lib/libtls/shlib_version @@ -1,2 +1,2 @@ -major=23 +major=24 minor=0 -- 2.20.1