From owner-svn-src-all@FreeBSD.ORG Sun Oct 14 07:28:43 2012 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7F90A360; Sun, 14 Oct 2012 07:28:43 +0000 (UTC) (envelope-from avg@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 679CF8FC0C; Sun, 14 Oct 2012 07:28:43 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q9E7Sh0K013952; Sun, 14 Oct 2012 07:28:43 GMT (envelope-from avg@svn.freebsd.org) Received: (from avg@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q9E7ShnB013950; Sun, 14 Oct 2012 07:28:43 GMT (envelope-from avg@svn.freebsd.org) Message-Id: <201210140728.q9E7ShnB013950@svn.freebsd.org> From: Andriy Gapon Date: Sun, 14 Oct 2012 07:28:43 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-8@freebsd.org Subject: svn commit: r241529 - stable/8/crypto/openssl/crypto X-SVN-Group: stable-8 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Oct 2012 07:28:43 -0000 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 */