Andrew Vasquez | fa90c54 | 2005-10-27 11:10:08 -0700 | [diff] [blame] | 1 | /* |
2 | * QLogic Fibre Channel HBA Driver | ||||
Armen Baloyan | bd21eaf | 2014-04-11 16:54:24 -0400 | [diff] [blame] | 3 | * Copyright (c) 2003-2014 QLogic Corporation |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4 | * |
Andrew Vasquez | fa90c54 | 2005-10-27 11:10:08 -0700 | [diff] [blame] | 5 | * See LICENSE.qla2xxx for copyright and licensing details. |
6 | */ | ||||
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 7 | /* |
Andrew Vasquez | fa2a1ce | 2005-07-06 10:32:07 -0700 | [diff] [blame] | 8 | * Driver version |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 9 | */ |
Himanshu Madhani | d06c587 | 2017-06-21 13:48:46 -0700 | [diff] [blame] | 10 | #define QLA2XXX_VERSION "10.00.00.00-k" |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 11 | |
Himanshu Madhani | d06c587 | 2017-06-21 13:48:46 -0700 | [diff] [blame] | 12 | #define QLA_DRIVER_MAJOR_VER 10 |
13 | #define QLA_DRIVER_MINOR_VER 0 | ||||
Chad Dupuis | 6abd7f1 | 2012-04-25 07:26:17 -0700 | [diff] [blame] | 14 | #define QLA_DRIVER_PATCH_VER 0 |
Chad Dupuis | a8ecd31 | 2012-08-22 14:21:36 -0400 | [diff] [blame] | 15 | #define QLA_DRIVER_BETA_VER 0 |