From 5f4632f319e8341d6b9dd256234e396fa858c31e Mon Sep 17 00:00:00 2001 From: Devesh Sharma Date: Wed, 14 Jan 2015 12:19:04 +0530 Subject: [PATCH] RDMA/libocrdma: update libocrdma version string version string updated from 1.0.4 to 1.0.5 Signed-off-by: Devesh Sharma --- configure.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.in b/configure.in index 3b0cf21..140c07b 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(libocrdma, 1.0.4, linux-rdma@vger.kernel.org) +AC_INIT(libocrdma, 1.0.5, linux-rdma@vger.kernel.org) AC_CONFIG_SRCDIR([src/ocrdma_main.h]) AC_CONFIG_AUX_DIR(config) AM_CONFIG_HEADER(config.h) -AM_INIT_AUTOMAKE(libocrdma, 1.0.4) +AM_INIT_AUTOMAKE(libocrdma, 1.0.5) AM_PROG_LIBTOOL AC_ARG_ENABLE(libcheck, [ --disable-libcheck do not test for the presence of ib libraries], -- 2.46.0