From 98bc2544502c6dd9bb2ed852419d0b36e7f45b74 Mon Sep 17 00:00:00 2001 From: Sean Hefty Date: Mon, 29 Nov 2010 15:02:45 -0800 Subject: [PATCH] v1.0.4 Signed-off-by: Sean Hefty --- acm_notes.txt | 2 +- configure.in | 4 ++-- ibacm.spec.in | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/acm_notes.txt b/acm_notes.txt index 1eb6a62..4d20e71 100644 --- a/acm_notes.txt +++ b/acm_notes.txt @@ -23,7 +23,7 @@ implementation limits network traffic, SA interactions, and centralized services. ACM supports multiple resolution protocols in order to handle different fabric topologies. -This release 1.0.3 is limited in its handling of dynamic changes. +This release is limited in its handling of dynamic changes. The IB ACM package is comprised of two components: the ib_acm service and a test/configuration utility - ib_acme. Both are userspace components diff --git a/configure.in b/configure.in index c83dfe8..7fc4761 100644 --- a/configure.in +++ b/configure.in @@ -1,11 +1,11 @@ dnl Process this file with autoconf to produce a configure script. AC_PREREQ(2.57) -AC_INIT(ibacm, 1.0.3, linux-rdma@vger.kernel.org) +AC_INIT(ibacm, 1.0.4, linux-rdma@vger.kernel.org) AC_CONFIG_SRCDIR([src/acm.c]) AC_CONFIG_AUX_DIR(config) AM_CONFIG_HEADER(config.h) -AM_INIT_AUTOMAKE(ibacm, 1.0.3) +AM_INIT_AUTOMAKE(ibacm, 1.0.4) AM_PROG_LIBTOOL diff --git a/ibacm.spec.in b/ibacm.spec.in index fa1f055..7a2ed9f 100644 --- a/ibacm.spec.in +++ b/ibacm.spec.in @@ -1,7 +1,7 @@ %define ver @VERSION@ Name: ibacm -Version: 1.0.3 +Version: 1.0.4 Release: 1%{?dist} Summary: InfiniBand Communication Manager Assistant -- 2.41.0