From: Kevin Barnett Date: Wed, 31 Aug 2016 19:55:36 +0000 (-0500) Subject: scsi: smartpqi: bump driver version X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=699bed758b1313f97a5ac78848090e8357d12ab1;p=linux-beck.git scsi: smartpqi: bump driver version [mkp: fixed typo] Reviewed-by: Scott Teel Reviewed-by: Scott Benesh Reviewed-by: Tomas Henzl Signed-off-by: Kevin Barnett Signed-off-by: Don Brace Reviewed-by: Johannes Thumshirn Signed-off-by: Martin K. Petersen --- diff --git a/drivers/scsi/smartpqi/smartpqi_init.c b/drivers/scsi/smartpqi/smartpqi_init.c index c6dcb3358ebe..52cfa268ca95 100644 --- a/drivers/scsi/smartpqi/smartpqi_init.c +++ b/drivers/scsi/smartpqi/smartpqi_init.c @@ -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"