From: Devesh Sharma Date: Tue, 23 Feb 2016 09:02:16 +0000 (-0500) Subject: RDMA/libocrdma: Update libocrdma version string X-Git-Tag: libocrdma-1.0.7 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=ff9fbb3febd9b675267f4f19ed6a4382c9b2a5bf;p=~emulex%2Flibocrdma.git RDMA/libocrdma: Update libocrdma version string Updated version string from 1.0.6 to 1.0.7 Signed-off-by: Devesh Sharma --- diff --git a/configure.in b/configure.in index 653bc43..c8f930b 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.6, linux-rdma@vger.kernel.org) +AC_INIT(libocrdma, 1.0.7, 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.6) +AM_INIT_AUTOMAKE(libocrdma, 1.0.7) AM_PROG_LIBTOOL AC_ARG_ENABLE(libcheck, [ --disable-libcheck do not test for the presence of ib libraries],