diff options
author | Andrew Vasquez <andrew.vasquez@qlogic.com> | 2005-07-06 10:32:47 -0700 |
---|---|---|
committer | James Bottomley <jejb@mulgrave.(none)> | 2005-07-14 11:13:36 -0400 |
commit | 97cbe08ff8e78b075ed0ff64c99be8fb2d40d03f (patch) | |
tree | b2e4cacbc72c2b9df9b641b2ef0b55b15b267da9 /drivers | |
parent | cc4731f5b4539faea237bacd170a27a230a7e724 (diff) | |
download | op-kernel-dev-97cbe08ff8e78b075ed0ff64c99be8fb2d40d03f.zip op-kernel-dev-97cbe08ff8e78b075ed0ff64c99be8fb2d40d03f.tar.gz |
[SCSI] qla2xxx: Update version number to 8.01.00b5-k.
Update version number to 8.01.00b5-k.
Signed-off-by: Andrew Vasquez <andrew.vasquez@qlogic.com>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/scsi/qla2xxx/qla_version.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/scsi/qla2xxx/qla_version.h b/drivers/scsi/qla2xxx/qla_version.h index 4d02d74..e3cd361 100644 --- a/drivers/scsi/qla2xxx/qla_version.h +++ b/drivers/scsi/qla2xxx/qla_version.h @@ -19,9 +19,9 @@ /* * Driver version */ -#define QLA2XXX_VERSION "8.00.02b5-k" +#define QLA2XXX_VERSION "8.01.00b5-k" #define QLA_DRIVER_MAJOR_VER 8 -#define QLA_DRIVER_MINOR_VER 0 -#define QLA_DRIVER_PATCH_VER 2 +#define QLA_DRIVER_MINOR_VER 1 +#define QLA_DRIVER_PATCH_VER 0 #define QLA_DRIVER_BETA_VER 5 |