From: Sean Hefty Date: Wed, 11 Jul 2012 00:55:32 +0000 (-0700) Subject: v1.0.16 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=b48e896757a21993ed2eac78662e02a54be5818e;p=~shefty%2Flibrdmacm.git v1.0.16 Signed-off-by: Sean Hefty --- diff --git a/configure.in b/configure.in index 3ee7f9be..d4434c29 100644 --- a/configure.in +++ b/configure.in @@ -1,12 +1,12 @@ dnl Process this file with autoconf to produce a configure script. AC_PREREQ(2.57) -AC_INIT(librdmacm, 1.0.15, linux-rdma@vger.kernel.org) +AC_INIT(librdmacm, 1.0.16, linux-rdma@vger.kernel.org) AC_CONFIG_SRCDIR([src/cma.c]) AC_CONFIG_AUX_DIR(config) AC_CONFIG_MACRO_DIR(config) AM_CONFIG_HEADER(config.h) -AM_INIT_AUTOMAKE(librdmacm, 1.0.15) +AM_INIT_AUTOMAKE(librdmacm, 1.0.16) m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) AM_PROG_LIBTOOL diff --git a/librdmacm.spec.in b/librdmacm.spec.in index 4652bbcc..575ce844 100644 --- a/librdmacm.spec.in +++ b/librdmacm.spec.in @@ -1,7 +1,7 @@ %define ver @VERSION@ Name: librdmacm -Version: 1.0.15 +Version: 1.0.16 Release: 1%{?dist} Summary: Userspace RDMA Connection Manager