scsi: smartpqi: bump driver version

[mkp: fixed typo]

Reviewed-by: Scott Teel <scott.teel@microsemi.com>
Reviewed-by: Scott Benesh <scott.benesh@microsemi.com>
Reviewed-by: Tomas Henzl <thenzl@redhat.com>
Signed-off-by: Kevin Barnett <kevin.barnett@microsemi.com>
Signed-off-by: Don Brace <don.brace@microsemi.com>
Reviewed-by: Johannes Thumshirn <jthumshirn@suse.de>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
This commit is contained in:
Kevin Barnett 2016-08-31 14:55:36 -05:00 committed by Martin K. Petersen
parent 425b490b2a
commit 699bed758b

View file

@ -38,11 +38,11 @@
#define BUILD_TIMESTAMP
#endif
#define DRIVER_VERSION "0.9.9-100"
#define DRIVER_VERSION "0.9.13-370"
#define DRIVER_MAJOR 0
#define DRIVER_MINOR 9
#define DRIVER_RELEASE 9
#define DRIVER_REVISION 100
#define DRIVER_RELEASE 13
#define DRIVER_REVISION 370
#define DRIVER_NAME "Microsemi PQI Driver (v" DRIVER_VERSION ")"
#define DRIVER_NAME_SHORT "smartpqi"