diff options
author | Madhuranath Iyengar <Madhu.Iyengar@qlogic.com> | 2011-03-30 20:46:33 +0200 |
---|---|---|
committer | James Bottomley <James.Bottomley@suse.de> | 2011-05-01 17:15:51 +0200 |
commit | c9c2a14047447251838334045e7af99b3b15f725 (patch) | |
tree | 8f14e9786e2c57ffb63b899cf04836484df5ddb0 /drivers/scsi/qla2xxx/qla_version.h | |
parent | [SCSI] qla2xxx: Log fcport state transitions when debug messages are enabled. (diff) | |
download | linux-c9c2a14047447251838334045e7af99b3b15f725.tar.xz linux-c9c2a14047447251838334045e7af99b3b15f725.zip |
[SCSI] qla2xxx: Update version number to 8.03.07.03-k.
A minor change in the versioning. We'll be attaching the "-k"
in the end.
Signed-off-by: Madhuranath Iyengar <Madhu.Iyengar@qlogic.com>
Signed-off-by: James Bottomley <James.Bottomley@suse.de>
Diffstat (limited to '')
-rw-r--r-- | drivers/scsi/qla2xxx/qla_version.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/scsi/qla2xxx/qla_version.h b/drivers/scsi/qla2xxx/qla_version.h index 86f589cb4581..062c97bf62f5 100644 --- a/drivers/scsi/qla2xxx/qla_version.h +++ b/drivers/scsi/qla2xxx/qla_version.h @@ -7,9 +7,9 @@ /* * Driver version */ -#define QLA2XXX_VERSION "8.03.07.00" +#define QLA2XXX_VERSION "8.03.07.03-k" #define QLA_DRIVER_MAJOR_VER 8 #define QLA_DRIVER_MINOR_VER 3 #define QLA_DRIVER_PATCH_VER 7 -#define QLA_DRIVER_BETA_VER 0 +#define QLA_DRIVER_BETA_VER 3 |