From: Devesh Sharma Date: Fri, 31 Oct 2014 13:52:43 +0000 (+0530) Subject: RDMA/libocrdma: update version string X-Git-Tag: libocrdma-1.0.5~3 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=3eae1dbbcee05e0ab4a42752710aa23bf7746658;p=~emulex%2Flibocrdma.git RDMA/libocrdma: update version string 1.0.3 updated to 1.0.4 Signed-off-by: Devesh Sharma --- diff --git a/configure.in b/configure.in index acc77f6..3b0cf21 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.3, linux-rdma@vger.kernel.org) +AC_INIT(libocrdma, 1.0.4, 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.3) +AM_INIT_AUTOMAKE(libocrdma, 1.0.4) AM_PROG_LIBTOOL AC_ARG_ENABLE(libcheck, [ --disable-libcheck do not test for the presence of ib libraries],