From 59a5eaec1b961e71cbbd3d920bc1f0428a50dc1b Mon Sep 17 00:00:00 2001 From: jsing Date: Thu, 22 Feb 2018 17:34:42 +0000 Subject: [PATCH] Bump lib{crypto,ssl,tls} minors due to symbol additions. --- 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 b95dc001e42..9bee10f545d 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=42 -minor=6 +minor=7 diff --git a/lib/libssl/shlib_version b/lib/libssl/shlib_version index 95424e5cf15..5c09c51c65d 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=44 -minor=7 +minor=8 diff --git a/lib/libtls/shlib_version b/lib/libtls/shlib_version index 6d0144bba1f..0fc71091088 100644 --- a/lib/libtls/shlib_version +++ b/lib/libtls/shlib_version @@ -1,2 +1,2 @@ major=16 -minor=7 +minor=8 -- 2.20.1