From patchwork Tue Jul 1 05:54:05 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Devesh Sharma X-Patchwork-Id: 4456711 Return-Path: X-Original-To: patchwork-linux-rdma@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork2.web.kernel.org (Postfix) with ESMTP id EBDB7BEEAA for ; Tue, 1 Jul 2014 06:30:40 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 98110203FB for ; Tue, 1 Jul 2014 06:30:37 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id BD77C203F4 for ; Tue, 1 Jul 2014 06:30:36 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752075AbaGAGaf (ORCPT ); Tue, 1 Jul 2014 02:30:35 -0400 Received: from cmexedge2.ext.emulex.com ([138.239.224.100]:41617 "EHLO CMEXEDGE2.ext.emulex.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752003AbaGAGaf (ORCPT ); Tue, 1 Jul 2014 02:30:35 -0400 Received: from CMEXHTCAS1.ad.emulex.com (138.239.115.217) by CMEXEDGE2.ext.emulex.com (138.239.224.100) with Microsoft SMTP Server (TLS) id 14.3.174.1; Mon, 30 Jun 2014 23:30:37 -0700 Received: from neo01-el64.lab.bg.emulex.com (10.192.204.8) by smtp.emulex.com (138.239.115.207) with Microsoft SMTP Server id 14.3.174.1; Mon, 30 Jun 2014 23:30:33 -0700 From: Devesh Sharma To: CC: Devesh Sharma Subject: [for-next 4/4] RDMA/libocrdma: update version string Date: Tue, 1 Jul 2014 11:24:05 +0530 X-Mailer: git-send-email 1.7.1 In-Reply-To: <1404194045-26900-1-git-send-email-devesh.sharma@emulex.com> References: <1404194045-26900-1-git-send-email-devesh.sharma@emulex.com> MIME-Version: 1.0 Message-ID: <62250735-397f-4028-87f1-7f139cbc1e7a@CMEXHTCAS1.ad.emulex.com> Sender: linux-rdma-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-rdma@vger.kernel.org X-Spam-Status: No, score=-6.9 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_HI, T_RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=ham version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP The version string is updated to 1.0.3 Signed-off-by: Devesh Sharma --- configure.in | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) 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],