]> git.openfabrics.org - ~emulex/libocrdma.git/commitdiff
RDMA/libocrdma: update version string
authorDevesh Sharma <devesh.sharma@emulex.com>
Fri, 31 Oct 2014 13:52:43 +0000 (19:22 +0530)
committerDevesh Sharma <devesh.sharma@emulex.com>
Fri, 31 Oct 2014 13:52:43 +0000 (19:22 +0530)
1.0.3 updated to 1.0.4

Signed-off-by: Devesh Sharma <devesh.sharma@emulex.com>
configure.in

index acc77f6cbe89e780932dd9a9118ca729304899c2..3b0cf2125b6ae83ae3d6dcd02ceeff1c9a205ee8 100644 (file)
@@ -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],