From patchwork Thu May 21 17:55:31 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: James Smart X-Patchwork-Id: 6458061 Return-Path: X-Original-To: patchwork-linux-scsi@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.136]) by patchwork1.web.kernel.org (Postfix) with ESMTP id 38FA69F318 for ; Thu, 21 May 2015 17:55:47 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 6FBC920524 for ; Thu, 21 May 2015 17:55:46 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 8501B20522 for ; Thu, 21 May 2015 17:55:45 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S964814AbbEURzm (ORCPT ); Thu, 21 May 2015 13:55:42 -0400 Received: from mail-qg0-f41.google.com ([209.85.192.41]:36830 "EHLO mail-qg0-f41.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S964806AbbEURzh (ORCPT ); Thu, 21 May 2015 13:55:37 -0400 Received: by qget53 with SMTP id t53so45127057qge.3 for ; Thu, 21 May 2015 10:55:35 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:date:from:to:subject:message-id:user-agent :mime-version:content-type:content-transfer-encoding; bh=WAL8KxqR7xW8NtFhj2KacBvZXy2KxwFkgnCY2+Agt7U=; b=HxNJ1i5RvoEfkq3REWffojx5Qw/YrKdF/7L40kHC3fsPzEwmOqXdGknnMBIqcOWDGU i3qLmB6r94+s0Z3LZyJ7S5dyKt4ZB9KzQplBORaPcZWLb4SxJigbw9x92P6XZGTyy663 e4JyXDMebZ1x6zFRNZhePu2I9PI1g0cim8kdippXscR/TXRWCvF1KFJl+uzXHeWr5IrZ 4aA9a+Nzun4kFhcxdH6BdlvlTtSJi8boFtYm3iHDmA6+WY9dINZUQDCIarw2LVfRvprt 1GZzM6hmeAvsk8yCOAdbn+nECBG0UnXV0RX5IFtsdLgVv4fNnrxqxdV4NYlvdteu05yH zUtw== X-Gm-Message-State: ALoCoQmxRPMy34BPpwCcaOdY+0SsgRgEwCIEXEV3HtU606bQxOfuMStucVIOotPKpezlciqi8LMo X-Received: by 10.140.28.102 with SMTP id 93mr5499520qgy.78.1432230935784; Thu, 21 May 2015 10:55:35 -0700 (PDT) Received: from myfc17 (c-75-67-235-135.hsd1.nh.comcast.net. [75.67.235.135]) by mx.google.com with ESMTPSA id d24sm1910732qkh.45.2015.05.21.10.55.35 for (version=TLSv1 cipher=RC4-SHA bits=128/128); Thu, 21 May 2015 10:55:35 -0700 (PDT) Date: Thu, 21 May 2015 13:55:31 -0400 From: james.smart@avagotech.com (James Smart) To: linux-scsi@vger.kernel.org Subject: [PATCH v2 15/15] lpfc: Update driver version for upstream patch set 10.6.0.1. Message-ID: <555e1c13.+Z3NZvv3z7VHQ5jp%james.smart@avagotech.com> User-Agent: Heirloom mailx 12.5 7/5/10 MIME-Version: 1.0 Sender: linux-scsi-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-scsi@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 Update driver version for upstream patch set 10.6.0.1. Signed-off-by: Dick Kennedy Signed-off-by: James Smart --- drivers/scsi/lpfc/lpfc_version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/scsi/lpfc/lpfc_version.h b/drivers/scsi/lpfc/lpfc_version.h index c37bb9f..8b96d10 100644 --- a/drivers/scsi/lpfc/lpfc_version.h +++ b/drivers/scsi/lpfc/lpfc_version.h @@ -18,7 +18,7 @@ * included with this package. * *******************************************************************/ -#define LPFC_DRIVER_VERSION "10.5.0.0." +#define LPFC_DRIVER_VERSION "10.6.0.1." #define LPFC_DRIVER_NAME "lpfc" /* Used for SLI 2/3 */