aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHimanshu Madhani <[email protected]>2017-06-21 13:48:46 -0700
committerMartin K. Petersen <[email protected]>2017-06-27 21:24:13 -0400
commitd06c587dd723882cd99c89d335b89c535079cdb1 (patch)
treebd21f248c89daa44540dee220cb15d658529d670
parent7d2364809f0a6d04137bc628d72a6f382ee155c1 (diff)
scsi: qla2xxx: Update Driver version to 10.00.00.00-k
Signed-off-by: Himanshu Madhani <[email protected]> Reviewed-by: Johannes Thumshirn <[email protected]> Reviewed-by: James Smart <[email protected]> Reviewed-by: Hannes Reinecke <[email protected]> Signed-off-by: Martin K. Petersen <[email protected]>
-rw-r--r--drivers/scsi/qla2xxx/qla_version.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/scsi/qla2xxx/qla_version.h b/drivers/scsi/qla2xxx/qla_version.h
index dcbb9bb05e99..005a378f7fab 100644
--- a/drivers/scsi/qla2xxx/qla_version.h
+++ b/drivers/scsi/qla2xxx/qla_version.h
@@ -7,9 +7,9 @@
/*
* Driver version
*/
-#define QLA2XXX_VERSION "9.01.00.00-k"
+#define QLA2XXX_VERSION "10.00.00.00-k"
-#define QLA_DRIVER_MAJOR_VER 9
-#define QLA_DRIVER_MINOR_VER 1
+#define QLA_DRIVER_MAJOR_VER 10
+#define QLA_DRIVER_MINOR_VER 0
#define QLA_DRIVER_PATCH_VER 0
#define QLA_DRIVER_BETA_VER 0