]> git.openfabrics.org - ~emulex/libocrdma.git/commitdiff
RDMA/libocrdma: update libocrdma version string libocrdma-1.0.6
authorDevesh Sharma <devesh.sharma@avagotech.com>
Mon, 19 Oct 2015 11:57:43 +0000 (07:57 -0400)
committerSelvin Xavier <selvin.xavier@avagotech.com>
Mon, 2 Nov 2015 07:29:53 +0000 (23:29 -0800)
version string updated from 1.0.5 to 1.0.6

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

index 140c07b4d547b5191212dfb1fa8dcb7ccad9566b..653bc437b84193ba078e4c8b14ec76bba9f327a6 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.5, linux-rdma@vger.kernel.org)
+AC_INIT(libocrdma, 1.0.6, 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.5)
+AM_INIT_AUTOMAKE(libocrdma, 1.0.6)
 AM_PROG_LIBTOOL
 
 AC_ARG_ENABLE(libcheck, [ --disable-libcheck    do not test for the presence of ib libraries],