From eaa2aceaac4152a2ea98f9344901340b87f5ca2c Mon Sep 17 00:00:00 2001 From: Sean Hefty Date: Wed, 8 Apr 2015 15:27:38 -0700 Subject: [PATCH] v1.0.20 Signed-off-by: Sean Hefty --- configure.ac | 2 +- librdmacm.spec.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index b8e9c54d..e18af282 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ dnl Process this file with autoconf to produce a configure script. AC_PREREQ([2.63]) -AC_INIT([librdmacm],[1.0.19-1],[linux-rdma@vger.kernel.org]) +AC_INIT([librdmacm],[1.0.20],[linux-rdma@vger.kernel.org]) AC_CONFIG_SRCDIR([src/cma.c]) AC_CONFIG_AUX_DIR(config) AC_CONFIG_MACRO_DIR(config) diff --git a/librdmacm.spec.in b/librdmacm.spec.in index 60ffb3b3..197836c7 100644 --- a/librdmacm.spec.in +++ b/librdmacm.spec.in @@ -1,7 +1,7 @@ %define ver @VERSION@ Name: librdmacm -Version: 1.0.19-1 +Version: 1.0.20 Release: 1%{?dist} Summary: Userspace RDMA Connection Manager -- 2.46.0