Skip to content

Commit

Permalink
ibacm: release 1.0.2
Browse files Browse the repository at this point in the history
Signed-off-by: Sean Hefty <[email protected]>
  • Loading branch information
shefty committed Aug 10, 2010
1 parent 1b4a239 commit 0a83fa0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion acm_notes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.1 is limited in its handling of dynamic changes.
This release 1.0.2 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
Expand Down
4 changes: 2 additions & 2 deletions configure.in
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
dnl Process this file with autoconf to produce a configure script.

AC_PREREQ(2.57)
AC_INIT(ibacm, 1.0.1, [email protected])
AC_INIT(ibacm, 1.0.2, [email protected])
AC_CONFIG_SRCDIR([src/acm.c])
AC_CONFIG_AUX_DIR(config)
AM_CONFIG_HEADER(config.h)
AM_INIT_AUTOMAKE(ibacm, 1.0.1)
AM_INIT_AUTOMAKE(ibacm, 1.0.2)

AM_PROG_LIBTOOL

Expand Down
2 changes: 1 addition & 1 deletion ibacm.spec.in
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
%define ver @VERSION@

Name: ibacm
Version: 1.0.1
Version: 1.0.2
Release: 1%{?dist}
Summary: InfiniBand Communication Manager Assistant

Expand Down

0 comments on commit 0a83fa0

Please sign in to comment.