svn commit: r338681 - projects/openssl111/crypto/openssl/include/openssl

Jung-uk Kim jkim at FreeBSD.org
Fri Sep 14 14:40:10 UTC 2018


Author: jkim
Date: Fri Sep 14 14:40:09 2018
New Revision: 338681
URL: https://svnweb.freebsd.org/changeset/base/338681

Log:
  Update SHLIB_VERSION_NUMBER to 9.
  
  Prodded by:	avg

Modified:
  projects/openssl111/crypto/openssl/include/openssl/opensslv.h

Modified: projects/openssl111/crypto/openssl/include/openssl/opensslv.h
==============================================================================
--- projects/openssl111/crypto/openssl/include/openssl/opensslv.h	Fri Sep 14 14:06:33 2018	(r338680)
+++ projects/openssl111/crypto/openssl/include/openssl/opensslv.h	Fri Sep 14 14:40:09 2018	(r338681)
@@ -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 "1.1"
+# define SHLIB_VERSION_NUMBER "9"
 
 
 #ifdef  __cplusplus


More information about the svn-src-projects mailing list