Message ID | 62250735-397f-4028-87f1-7f139cbc1e7a@CMEXHTCAS1.ad.emulex.com (mailing list archive) |
---|---|
State | Not Applicable, archived |
Headers | show |
diff --git a/configure.in b/configure.in index 15aabb1..acc77f6 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.2, linux-rdma@vger.kernel.org) +AC_INIT(libocrdma, 1.0.3, 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.2) +AM_INIT_AUTOMAKE(libocrdma, 1.0.3) AM_PROG_LIBTOOL AC_ARG_ENABLE(libcheck, [ --disable-libcheck do not test for the presence of ib libraries],
The version string is updated to 1.0.3 Signed-off-by: Devesh Sharma <devesh.sharma@emulex.com> --- configure.in | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-)