Andrew Vasquez | fa90c54 | 2005-10-27 11:10:08 -0700 | [diff] [blame] | 1 | /* |
| 2 | * QLogic Fibre Channel HBA Driver |
Andrew Vasquez | 07e264b | 2011-03-30 11:46:23 -0700 | [diff] [blame] | 3 | * Copyright (c) 2003-2011 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 | */ |
Madhuranath Iyengar | c9c2a14 | 2011-03-30 11:46:33 -0700 | [diff] [blame] | 10 | #define QLA2XXX_VERSION "8.03.07.03-k" |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 11 | |
| 12 | #define QLA_DRIVER_MAJOR_VER 8 |
Andrew Vasquez | ffda8c7 | 2009-01-05 11:18:12 -0800 | [diff] [blame] | 13 | #define QLA_DRIVER_MINOR_VER 3 |
Madhuranath Iyengar | 76f0c37 | 2011-02-23 15:27:18 -0800 | [diff] [blame] | 14 | #define QLA_DRIVER_PATCH_VER 7 |
Madhuranath Iyengar | c9c2a14 | 2011-03-30 11:46:33 -0700 | [diff] [blame] | 15 | #define QLA_DRIVER_BETA_VER 3 |