Skip to content

Commit

Permalink
v1.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
shefty committed Apr 6, 2012
1 parent 884d57c commit 8ba82a0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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.5, [email protected])
AC_INIT(ibacm, 1.0.6, [email protected])
AC_CONFIG_SRCDIR([src/acm.c])
AC_CONFIG_AUX_DIR(config)
AM_CONFIG_HEADER(config.h)
AM_INIT_AUTOMAKE(ibacm, 1.0.5)
AM_INIT_AUTOMAKE(ibacm, 1.0.6)
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])

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,5 +1,5 @@
Name: ibacm
Version: 1.0.5
Version: 1.0.6
Release: 1%{?dist}
Summary: InfiniBand Communication Manager Assistant

Expand Down

0 comments on commit 8ba82a0

Please sign in to comment.