Date: Thu, 25 Oct 2018 19:57:42 +0000 (UTC) From: Glen Barber <gjb@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-12@freebsd.org Subject: svn commit: r339742 - stable/12/crypto/openssl/include/openssl Message-ID: <201810251957.w9PJvgDl014373@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: gjb Date: Thu Oct 25 19:57:42 2018 New Revision: 339742 URL: https://svnweb.freebsd.org/changeset/base/339742 Log: MFC r339741: Update SHLIB_VERSION_NUMBER following the OpenSSL shared library number bump. Approved by: re (bdrewery) Sponsored by: The FreeBSD Foundation Modified: stable/12/crypto/openssl/include/openssl/opensslv.h Directory Properties: stable/12/ (props changed) Modified: stable/12/crypto/openssl/include/openssl/opensslv.h ============================================================================== --- stable/12/crypto/openssl/include/openssl/opensslv.h Thu Oct 25 18:46:45 2018 (r339741) +++ stable/12/crypto/openssl/include/openssl/opensslv.h Thu Oct 25 19:57:42 2018 (r339742) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810251957.w9PJvgDl014373>