From caa3348fa47c2828097b9f547342e554f6232b29 Mon Sep 17 00:00:00 2001 From: Sean Hefty Date: Tue, 10 Jul 2012 17:55:32 -0700 Subject: [PATCH] v1.0.16 Signed-off-by: Sean Hefty --- configure.in | 4 ++-- librdmacm.spec.in | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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 -- 2.41.0