Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Sep 2012 06:10:50 +0000 (UTC)
From:      Andriy Gapon <avg@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r240339 - head/crypto/openssl/crypto
Message-ID:  <201209110610.q8B6AotW088899@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: avg
Date: Tue Sep 11 06:10:49 2012
New Revision: 240339
URL: http://svn.freebsd.org/changeset/base/240339

Log:
  openssl: change SHLIB_VERSION_NUMBER to reflect the reality
  
  Note: I timed out waiting for an exp-run for this change but I survived
  having it locally for quite a long time.
  
  MFC after:	1 month
  X-MFC note:	SHLIB_MAJOR is 6 in stable/8 and stable/9

Modified:
  head/crypto/openssl/crypto/opensslv.h

Modified: head/crypto/openssl/crypto/opensslv.h
==============================================================================
--- head/crypto/openssl/crypto/opensslv.h	Tue Sep 11 05:59:19 2012	(r240338)
+++ head/crypto/openssl/crypto/opensslv.h	Tue Sep 11 06:10:49 2012	(r240339)
@@ -83,7 +83,7 @@
  * should only keep the versions that are binary compatible with the current.
  */
 #define SHLIB_VERSION_HISTORY ""
-#define SHLIB_VERSION_NUMBER "1.0.0"
+#define SHLIB_VERSION_NUMBER "7"
 
 
 #endif /* HEADER_OPENSSLV_H */



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