From patchwork Sun Nov 1 20:01:44 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sasha Khapyorsky X-Patchwork-Id: 56893 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 nA1JuoYc015191 for ; Sun, 1 Nov 2009 19:59:39 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752264AbZKAT7d (ORCPT ); Sun, 1 Nov 2009 14:59:33 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752917AbZKAT7c (ORCPT ); Sun, 1 Nov 2009 14:59:32 -0500 Received: from fg-out-1718.google.com ([72.14.220.152]:36734 "EHLO fg-out-1718.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752264AbZKAT7c (ORCPT ); Sun, 1 Nov 2009 14:59:32 -0500 Received: by fg-out-1718.google.com with SMTP id 16so2454786fgg.1 for ; Sun, 01 Nov 2009 11:59:36 -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:references:mime-version:content-type :content-disposition:in-reply-to:user-agent; bh=3qtc2RyyOefrO52BBIg85qwpGLGweXcic7NiYcXzFlA=; b=bHN1voa5h3FdUlQpOxM/fW+us8DrFU2mj+GHQg9dGLKXIT3zLe8nWf9Brx9O83pLq2 qUYhvOFFZ6EXZ/E2oAngLu1mOw4FZqbkfyA7B0ZvLe0L1urz4WyR6c3vLe7tN00FE+tL XMAA5Piv99ilmoMWcUUYiHx3FsEcW14aaaboU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=sender:date:from:to:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; b=oJraFbXpILCVtyN37f/iXQolnwMz4obex9OGlTTzF22O8PSbudKtEvlVPzyvrIvgFu vjAfB4W6FIQwT4464BzBriZR8eE4lyKpvHCfPFP/DuNptP1npoh4qZSDXmjs2+/PyUE8 ihVlQxAY/uRkZSLuMaHTiYImdkS4RGFZokOs0= Received: by 10.102.245.35 with SMTP id s35mr1702031muh.124.1257105575949; Sun, 01 Nov 2009 11:59:35 -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 j6sm7041386mue.50.2009.11.01.11.59.35 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sun, 01 Nov 2009 11:59:35 -0800 (PST) Received: by me.localdomain (Postfix, from userid 1000) id 1406311F87; Sun, 1 Nov 2009 22:01:44 +0200 (IST) Date: Sun, 1 Nov 2009 22:01:44 +0200 From: Sasha Khapyorsky To: linux-rdma Subject: [PATCH] management: bump package versions Message-ID: <20091101200144.GO29434@me> References: <20091101195855.GN29434@me> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20091101195855.GN29434@me> 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/configure.in b/infiniband-diags/configure.in index 3ef35cc..5865727 100644 --- a/infiniband-diags/configure.in +++ b/infiniband-diags/configure.in @@ -1,7 +1,7 @@ dnl Process this file with autoconf to produce a configure script. AC_PREREQ(2.57) -AC_INIT(infiniband-diags, 1.5.2, general@lists.openfabrics.org) +AC_INIT(infiniband-diags, 1.5.3, linux-rdma@vger.kernel.org) AC_CONFIG_AUX_DIR(config) AM_CONFIG_HEADER(config.h) AM_INIT_AUTOMAKE diff --git a/libibmad/configure.in b/libibmad/configure.in index b4f5c41..ce31729 100644 --- a/libibmad/configure.in +++ b/libibmad/configure.in @@ -1,7 +1,7 @@ dnl Process this file with autoconf to produce a configure script. AC_PREREQ(2.57) -AC_INIT(libibmad, 1.3.2, general@lists.openfabrics.org) +AC_INIT(libibmad, 1.3.3, linux-rdma@vger.kernel.org) AC_CONFIG_SRCDIR([src/sa.c]) AC_CONFIG_AUX_DIR(config) AM_CONFIG_HEADER(config.h) diff --git a/libibumad/configure.in b/libibumad/configure.in index 6dbfeaf..3152491 100644 --- a/libibumad/configure.in +++ b/libibumad/configure.in @@ -1,7 +1,7 @@ dnl Process this file with autoconf to produce a configure script. AC_PREREQ(2.57) -AC_INIT(libibumad, 1.3.2, general@lists.openfabrics.org) +AC_INIT(libibumad, 1.3.3, linux-rdma@vger.kernel.org) AC_CONFIG_SRCDIR([src/umad.c]) AC_CONFIG_AUX_DIR(config) AM_CONFIG_HEADER(config.h) diff --git a/opensm/configure.in b/opensm/configure.in index 8a6b4c0..2c68cbd 100644 --- a/opensm/configure.in +++ b/opensm/configure.in @@ -1,7 +1,7 @@ dnl Process this file with autoconf to produce a configure script. AC_PREREQ(2.57) -AC_INIT(opensm, 3.3.2, general@lists.openfabrics.org) +AC_INIT(opensm, 3.3.3, linux-rdma@vger.kernel.org) AC_CONFIG_SRCDIR([opensm/osm_opensm.c]) AC_CONFIG_AUX_DIR(config) AC_CONFIG_HEADERS(include/config.h include/opensm/osm_config.h)