From mboxrd@z Thu Jan 1 00:00:00 1970 From: Brian King Subject: [PATCH 3/3] ipr bump version to 2.0.10 Date: Wed, 09 Jun 2004 09:56:42 -0500 Sender: linux-scsi-owner@vger.kernel.org Message-ID: <40C7252A.9070602@us.ibm.com> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="------------070401060003030605000603" Return-path: Received: from e6.ny.us.ibm.com ([32.97.182.106]:5796 "EHLO e6.ny.us.ibm.com") by vger.kernel.org with ESMTP id S266151AbUFIO4o (ORCPT ); Wed, 9 Jun 2004 10:56:44 -0400 List-Id: linux-scsi@vger.kernel.org To: James.Bottomley@steeleye.com Cc: linux-scsi@vger.kernel.org This is a multi-part message in MIME format. --------------070401060003030605000603 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit -- Brian King eServer Storage I/O IBM Linux Technology Center --------------070401060003030605000603 Content-Type: text/plain; name="ipr_driver_version_2_0_10.patch" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="ipr_driver_version_2_0_10.patch" Bump driver version --- linux-2.6.7-rc2-bjking1/drivers/scsi/ipr.h | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff -puN drivers/scsi/ipr.h~ipr_driver_version_2_0_10 drivers/scsi/ipr.h --- linux-2.6.7-rc2/drivers/scsi/ipr.h~ipr_driver_version_2_0_10 2004-06-07 17:11:31.000000000 -0500 +++ linux-2.6.7-rc2-bjking1/drivers/scsi/ipr.h 2004-06-07 17:11:42.000000000 -0500 @@ -36,8 +36,8 @@ /* * Literals */ -#define IPR_DRIVER_VERSION "2.0.9" -#define IPR_DRIVER_DATE "(May 26, 2004)" +#define IPR_DRIVER_VERSION "2.0.10" +#define IPR_DRIVER_DATE "(June 7, 2004)" /* * IPR_DBG_TRACE: Setting this to 1 will turn on some general function tracing _ --------------070401060003030605000603--