Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 14 Oct 2012 07:28:21 +0000 (UTC)
From:      Andriy Gapon <avg@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-9@freebsd.org
Subject:   svn commit: r241528 - stable/9/crypto/openssl/crypto
Message-ID:  <201210140728.q9E7SLl8013868@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: avg
Date: Sun Oct 14 07:28:21 2012
New Revision: 241528
URL: http://svn.freebsd.org/changeset/base/241528

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

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

Modified: stable/9/crypto/openssl/crypto/opensslv.h
==============================================================================
--- stable/9/crypto/openssl/crypto/opensslv.h	Sun Oct 14 07:22:56 2012	(r241527)
+++ stable/9/crypto/openssl/crypto/opensslv.h	Sun Oct 14 07:28:21 2012	(r241528)
@@ -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 */



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201210140728.q9E7SLl8013868>