From 347338d6cc86efc39e9b460b68ea778440da4202 Mon Sep 17 00:00:00 2001 From: Glen Barber Date: Thu, 25 Oct 2018 19:57:42 +0000 Subject: MFC r339741: Update SHLIB_VERSION_NUMBER following the OpenSSL shared library number bump. Approved by: re (bdrewery) Sponsored by: The FreeBSD Foundation --- crypto/openssl/include/openssl/opensslv.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crypto/openssl/include/openssl/opensslv.h b/crypto/openssl/include/openssl/opensslv.h index d23d73f90ce7..363359d9ef46 100644 --- a/crypto/openssl/include/openssl/opensslv.h +++ b/crypto/openssl/include/openssl/opensslv.h @@ -92,7 +92,7 @@ extern "C" { * should only keep the versions that are binary compatible with the current. */ # define SHLIB_VERSION_HISTORY "" -# define SHLIB_VERSION_NUMBER "9" +# define SHLIB_VERSION_NUMBER "111" #ifdef __cplusplus -- cgit v1.3