Skip to content

Commit

Permalink
v1.0.5
Browse files Browse the repository at this point in the history
Signed-off-by: Sean Hefty <[email protected]>
  • Loading branch information
shefty committed Sep 14, 2011
1 parent 1958ff2 commit af72eb3
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.4, [email protected])
AC_INIT(ibacm, 1.0.5, [email protected])
AC_CONFIG_SRCDIR([src/acm.c])
AC_CONFIG_AUX_DIR(config)
AM_CONFIG_HEADER(config.h)
AM_INIT_AUTOMAKE(ibacm, 1.0.4)
AM_INIT_AUTOMAKE(ibacm, 1.0.5)
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,7 +1,7 @@
%define ver @VERSION@

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

Expand Down

0 comments on commit af72eb3

Please sign in to comment.