From: Sean Hefty Date: Thu, 18 Oct 2007 17:22:37 +0000 (-0700) Subject: librdmacm: release 1.0.4 X-Git-Tag: v1.0.4 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=refs%2Ftags%2Fv1.0.4;p=~shefty%2Flibrdmacm.git librdmacm: release 1.0.4 Signed-off-by: Sean Hefty --- diff --git a/configure.in b/configure.in index 5b015784..9a079771 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(librdmacm, 1.0.3, general@lists.openfabrics.org) +AC_INIT(librdmacm, 1.0.4, general@lists.openfabrics.org) AC_CONFIG_SRCDIR([src/cma.c]) AC_CONFIG_AUX_DIR(config) AM_CONFIG_HEADER(config.h) -AM_INIT_AUTOMAKE(librdmacm, 1.0.3) +AM_INIT_AUTOMAKE(librdmacm, 1.0.4) AM_PROG_LIBTOOL diff --git a/librdmacm.spec.in b/librdmacm.spec.in index a6c744c8..d878a76a 100644 --- a/librdmacm.spec.in +++ b/librdmacm.spec.in @@ -1,7 +1,7 @@ %define ver @VERSION@ Name: librdmacm -Version: 1.0.3 +Version: 1.0.4 Release: 1%{?dist} Summary: Userspace RDMA Connection Manager.