[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20070904141626.GA9777@suse.de>
Date: Tue, 4 Sep 2007 16:16:26 +0200
From: Bernhard Walle <bwalle@...e.de>
To: linux-kernel@...r.kernel.org
Cc: linux-scsi@...r.kernel.org
Subject: [PATCH] Update version information of ips driver
This patch just makes the version number in ips.c and ips.h consistent. It
seems that this has been forgotten in a60768e2d43eb30a1adb8a119aeac35dc0d03ef6.
Signed-off-by: Bernhard Walle <bwalle@...e.de>
---
drivers/scsi/ips.h | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
--- a/drivers/scsi/ips.h
+++ b/drivers/scsi/ips.h
@@ -1175,9 +1175,9 @@ typedef struct {
#define IPS_VER_MAJOR_STRING "7"
#define IPS_VER_MINOR 12
#define IPS_VER_MINOR_STRING "12"
-#define IPS_VER_BUILD 02
-#define IPS_VER_BUILD_STRING "02"
-#define IPS_VER_STRING "7.12.02"
+#define IPS_VER_BUILD 05
+#define IPS_VER_BUILD_STRING "05"
+#define IPS_VER_STRING "7.12.05"
#define IPS_RELEASE_ID 0x00020000
#define IPS_BUILD_IDENT 761
#define IPS_LEGALCOPYRIGHT_STRING "(C) Copyright IBM Corp. 1994, 2002. All Rights Reserved."
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists