summaryrefslogtreecommitdiff
path: root/drivers/scsi/qla2xxx/qla_version.h
diff options
context:
space:
mode:
authorMadhuranath Iyengar <Madhu.Iyengar@qlogic.com>2011-02-23 15:27:18 -0800
committerJames Bottomley <James.Bottomley@suse.de>2011-02-25 13:01:18 -0500
commit76f0c37a26b48522a1f4051a7b8d091fc3e545d5 (patch)
tree2aa9b2ba634c221ab0778cd5dfb319088a6f3c8c /drivers/scsi/qla2xxx/qla_version.h
parent4e98d3b8ac81696d38eb7b54e8566e763f7aa97a (diff)
[SCSI] qla2xxx: Update version number to 8.03.07.00
We'll be using the new version number scheme from now on. The 'k' in the version in the past will be removed. The format will be: <major>.<minor>.<sub_minor>.<iter> A scsi-misc submission increments <sub_minor> and resets <iter>. An scsi-rc-fixes submission, increments <iter>. Signed-off-by: Madhuranath Iyengar <Madhu.Iyengar@qlogic.com> Signed-off-by: James Bottomley <James.Bottomley@suse.de>
Diffstat (limited to 'drivers/scsi/qla2xxx/qla_version.h')
-rw-r--r--drivers/scsi/qla2xxx/qla_version.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/scsi/qla2xxx/qla_version.h b/drivers/scsi/qla2xxx/qla_version.h
index cf0075a2d0c2..3a260c3f055a 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.05-k0"
+#define QLA2XXX_VERSION "8.03.07.00"
#define QLA_DRIVER_MAJOR_VER 8
#define QLA_DRIVER_MINOR_VER 3
-#define QLA_DRIVER_PATCH_VER 5
+#define QLA_DRIVER_PATCH_VER 7
#define QLA_DRIVER_BETA_VER 0