svn commit: r241529 - stable/8/crypto/openssl/crypto

Andriy Gapon avg at FreeBSD.org
Sun Oct 14 07:28:43 UTC 2012


Author: avg
Date: Sun Oct 14 07:28:42 2012
New Revision: 241529
URL: http://svn.freebsd.org/changeset/base/241529

Log:
  MFC r240339: openssl: change SHLIB_VERSION_NUMBER to reflect the reality

Modified:
  stable/8/crypto/openssl/crypto/opensslv.h
Directory Properties:
  stable/8/crypto/openssl/   (props changed)

Modified: stable/8/crypto/openssl/crypto/opensslv.h
==============================================================================
--- stable/8/crypto/openssl/crypto/opensslv.h	Sun Oct 14 07:28:21 2012	(r241528)
+++ stable/8/crypto/openssl/crypto/opensslv.h	Sun Oct 14 07:28:42 2012	(r241529)
@@ -83,7 +83,7 @@
  * should only keep the versions that are binary compatible with the current.
  */
 #define SHLIB_VERSION_HISTORY ""
-#define SHLIB_VERSION_NUMBER "0.9.8"
+#define SHLIB_VERSION_NUMBER "6"
 
 
 #endif /* HEADER_OPENSSLV_H */


More information about the svn-src-stable-8 mailing list