diff options
author | Ed Lin <ed.lin@promise.com> | 2006-12-04 17:49:46 -0800 |
---|---|---|
committer | James Bottomley <jejb@mulgrave.il.steeleye.com> | 2006-12-05 11:33:58 -0600 |
commit | febb631c11d450473a1648a4b808ab3bb9f139cb (patch) | |
tree | 39b22fc5a4c438e0b112aecd23579a02d4ed4f25 /drivers | |
parent | 76fbf96f82636c8cdc40485506c50c880fd45a56 (diff) | |
download | linux-febb631c11d450473a1648a4b808ab3bb9f139cb.tar.gz linux-febb631c11d450473a1648a4b808ab3bb9f139cb.tar.bz2 linux-febb631c11d450473a1648a4b808ab3bb9f139cb.zip |
[SCSI] stex: version update
Update version to 3.1.0.1
Signed-off-by: Ed Lin <ed.lin@promise.com>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/scsi/stex.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/drivers/scsi/stex.c b/drivers/scsi/stex.c index 7edbcc9bc9d6..ba6bcdaf2a6a 100644 --- a/drivers/scsi/stex.c +++ b/drivers/scsi/stex.c @@ -11,8 +11,6 @@ * Written By: * Ed Lin <promise_linux@promise.com> * - * Version: 3.0.0.1 - * */ #include <linux/init.h> @@ -37,9 +35,9 @@ #include <scsi/scsi_tcq.h> #define DRV_NAME "stex" -#define ST_DRIVER_VERSION "3.0.0.1" +#define ST_DRIVER_VERSION "3.1.0.1" #define ST_VER_MAJOR 3 -#define ST_VER_MINOR 0 +#define ST_VER_MINOR 1 #define ST_OEM 0 #define ST_BUILD_VER 1 |