From 558a3025fe8efdfea143c1e54ac3033db1f7a347 Mon Sep 17 00:00:00 2001 From: Sean Hefty Date: Mon, 10 May 2010 12:58:29 -0700 Subject: [PATCH] ibacm: release 1.0.0 Signed-off-by: Sean Hefty --- configure.in | 4 ++-- ibacm.spec.in | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/configure.in b/configure.in index 21894b5..9311602 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(ib_acm, 0.0.2, linux-rdma@vger.kernel.org) +AC_INIT(ib_acm, 1.0.0, linux-rdma@vger.kernel.org) AC_CONFIG_SRCDIR([src/acm.c]) AC_CONFIG_AUX_DIR(config) AM_CONFIG_HEADER(config.h) -AM_INIT_AUTOMAKE(ib_acm, 0.0.2) +AM_INIT_AUTOMAKE(ib_acm, 1.0.0) AM_PROG_LIBTOOL diff --git a/ibacm.spec.in b/ibacm.spec.in index a1a2c74..2c10e1c 100644 --- a/ibacm.spec.in +++ b/ibacm.spec.in @@ -1,7 +1,7 @@ %define ver @VERSION@ Name: ib_acm -Version: 0.0.2 +Version: 1.0.0 Release: 1%{?dist} Summary: InfiniBand Communication Manager Assistant -- 2.41.0