Date: Thu, 25 Oct 2018 18:46:46 +0000 (UTC) From: Glen Barber <gjb@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r339741 - head/crypto/openssl/include/openssl Message-ID: <201810251846.w9PIkksp077058@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: gjb Date: Thu Oct 25 18:46:45 2018 New Revision: 339741 URL: https://svnweb.freebsd.org/changeset/base/339741 Log: Update SHLIB_VERSION_NUMBER following the OpenSSL shared library number bump. Reported by: jkim Discussed with: kib MFC after: immediate Sponsored by: The FreeBSD Foundation Modified: head/crypto/openssl/include/openssl/opensslv.h Modified: head/crypto/openssl/include/openssl/opensslv.h ============================================================================== --- head/crypto/openssl/include/openssl/opensslv.h Thu Oct 25 18:06:23 2018 (r339740) +++ head/crypto/openssl/include/openssl/opensslv.h Thu Oct 25 18:46:45 2018 (r339741) @@ -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?201810251846.w9PIkksp077058>