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 _______________________________________________ svn-src-all@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"