]> git.openfabrics.org - ~emulex/libocrdma.git/commitdiff
RDMA/libocrdma: update the version string
authorDevesh Sharma <devesh.sharma@emulex.com>
Tue, 25 Feb 2014 16:23:56 +0000 (21:53 +0530)
committerDevesh Sharma <devesh.sharma@emulex.com>
Tue, 25 Feb 2014 16:23:56 +0000 (21:53 +0530)
updated the vesion string in configure.in

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

index 715089690b8a0c4a5cfa8d0dae066277b2f2268d..15aabb1372414232a54ec2ba60f021126957c1d2 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.1, linux-rdma@vger.kernel.org)
+AC_INIT(libocrdma, 1.0.2, 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.1)
+AM_INIT_AUTOMAKE(libocrdma, 1.0.2)
 AM_PROG_LIBTOOL
 
 AC_ARG_ENABLE(libcheck, [ --disable-libcheck    do not test for the presence of ib libraries],