From patchwork Sun Nov 1 19:58:36 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sasha Khapyorsky X-Patchwork-Id: 56891 Received: from vger.kernel.org (vger.kernel.org [209.132.176.167]) by demeter.kernel.org (8.14.2/8.14.2) with ESMTP id nA1JuYeZ015095 for ; Sun, 1 Nov 2009 19:56:35 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751500AbZKAT4Z (ORCPT ); Sun, 1 Nov 2009 14:56:25 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752264AbZKAT4Z (ORCPT ); Sun, 1 Nov 2009 14:56:25 -0500 Received: from mail-bw0-f227.google.com ([209.85.218.227]:57426 "EHLO mail-bw0-f227.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751018AbZKAT4Y (ORCPT ); Sun, 1 Nov 2009 14:56:24 -0500 Received: by bwz27 with SMTP id 27so5552119bwz.21 for ; Sun, 01 Nov 2009 11:56:28 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:sender:received:date:from:to :subject:message-id:mime-version:content-type:content-disposition :user-agent; bh=zUxUvJpe+JFAqr2z7A0f4N4dHlrsi+Y5Ayj6t/pMcQU=; b=Y02ylOFveWhOoulukhPkHflSB5D8WbKeqOScthLxEQtq8hPmEDbYBSBsUQ15Q7zD/F 20yO4iNN/2tnDU2iAgpYhuLFxiU1W/1L8ED5KfXNKyg87lX0ePtbB5k146xAFuSwyATE yqKi28MavxDueQQC1C+GpIHkkzxDtJ2WL14E4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=sender:date:from:to:subject:message-id:mime-version:content-type :content-disposition:user-agent; b=hIuwvsQgCcFYlXx4Z969sbDM6ba7LPmf3jvovWO/9e+ofxhlM3diCdjFL8hs5F/uhk YMtpnLLKlouKEQUN0OFUj7CETkoBPtSglN/XcDnZBUsox5EoNq8PzhuL96HMFdbdFLaZ Ay6k0jpBTOoqnbtebh+FkeF+GkVE2Sx3Vp7rY= Received: by 10.103.84.2 with SMTP id m2mr1713286mul.107.1257105388080; Sun, 01 Nov 2009 11:56:28 -0800 (PST) Received: from me.localdomain (85.64.35.106.dynamic.barak-online.net [85.64.35.106]) by mx.google.com with ESMTPS id 7sm7030966mup.12.2009.11.01.11.56.27 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sun, 01 Nov 2009 11:56:27 -0800 (PST) Received: by me.localdomain (Postfix, from userid 1000) id 45E4411F87; Sun, 1 Nov 2009 21:58:36 +0200 (IST) Date: Sun, 1 Nov 2009 21:58:36 +0200 From: Sasha Khapyorsky To: linux-rdma Subject: [PATCH] management: update libraries version information Message-ID: <20091101195836.GM29434@me> MIME-Version: 1.0 Content-Disposition: inline User-Agent: Mutt/1.5.20 (2009-06-14) Sender: linux-rdma-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-rdma@vger.kernel.org diff --git a/infiniband-diags/libibnetdisc/libibnetdisc.ver b/infiniband-diags/libibnetdisc/libibnetdisc.ver index a0a5f3c..508c058 100644 --- a/infiniband-diags/libibnetdisc/libibnetdisc.ver +++ b/infiniband-diags/libibnetdisc/libibnetdisc.ver @@ -6,4 +6,4 @@ # API_REV - advance on any added API # RUNNING_REV - advance any change to the vendor files # AGE - number of backward versions the API still supports -LIBVERSION=1:0:0 +LIBVERSION=2:0:0 diff --git a/libibmad/libibmad.ver b/libibmad/libibmad.ver index 1d405d4..02c4657 100644 --- a/libibmad/libibmad.ver +++ b/libibmad/libibmad.ver @@ -6,4 +6,4 @@ # API_REV - advance on any added API # RUNNING_REV - advance any change to the vendor files # AGE - number of backward versions the API still supports -LIBVERSION=3:0:1 +LIBVERSION=4:0:2 diff --git a/libibumad/libibumad.ver b/libibumad/libibumad.ver index 21cf1ed..a886bba 100644 --- a/libibumad/libibumad.ver +++ b/libibumad/libibumad.ver @@ -6,4 +6,4 @@ # API_REV - advance on any added API # RUNNING_REV - advance any change to the vendor files # AGE - number of backward versions the API still supports -LIBVERSION=1:3:0 +LIBVERSION=2:0:0 diff --git a/opensm/complib/libosmcomp.ver b/opensm/complib/libosmcomp.ver index f076585..2081810 100644 --- a/opensm/complib/libosmcomp.ver +++ b/opensm/complib/libosmcomp.ver @@ -6,4 +6,4 @@ # API_REV - advance on any added API # RUNNING_REV - advance any change to the vendor files # AGE - number of backward versions the API still supports -LIBVERSION=2:4:0 +LIBVERSION=2:5:0 diff --git a/opensm/libvendor/libosmvendor.ver b/opensm/libvendor/libosmvendor.ver index 0c3a85b..e9c513b 100644 --- a/opensm/libvendor/libosmvendor.ver +++ b/opensm/libvendor/libosmvendor.ver @@ -6,4 +6,4 @@ # API_REV - advance on any added API # RUNNING_REV - advance any change to the vendor files # AGE - number of backward versions the API still supports -LIBVERSION=2:0:0 +LIBVERSION=3:0:0 diff --git a/opensm/opensm/libopensm.ver b/opensm/opensm/libopensm.ver index f552dd0..d9e728b 100644 --- a/opensm/opensm/libopensm.ver +++ b/opensm/opensm/libopensm.ver @@ -6,4 +6,4 @@ # API_REV - advance on any added API # RUNNING_REV - advance any change to the vendor files # AGE - number of backward versions the API still supports -LIBVERSION=3:3:1 +LIBVERSION=3:4:1