From: Kevin Barnett <[email protected]> Reviewed-by: Scott Teel <[email protected]> Reviewed-by: Scott Benesh <[email protected]> Signed-off-by: Kevin Barnett <[email protected]> Signed-off-by: Don Brace <[email protected]> --- drivers/scsi/smartpqi/smartpqi_init.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/drivers/scsi/smartpqi/smartpqi_init.c b/drivers/scsi/smartpqi/smartpqi_init.c index e7d7e99..3b3c7eb 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" -- To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html

