scsi: smartpqi: change driver version to 1.1.2-125

Reviewed-by: Scott Benesh <scott.benesh@microsemi.com>
Signed-off-by: Kevin Barnett <kevin.barnett@microsemi.com>
Signed-off-by: Don Brace <don.brace@microsemi.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
This commit is contained in:
Kevin Barnett 2017-08-10 13:47:15 -05:00 committed by Martin K. Petersen
parent 557900640b
commit b98117caa0
1 changed files with 4 additions and 4 deletions

View File

@ -40,11 +40,11 @@
#define BUILD_TIMESTAMP #define BUILD_TIMESTAMP
#endif #endif
#define DRIVER_VERSION "1.0.4-100" #define DRIVER_VERSION "1.1.2-125"
#define DRIVER_MAJOR 1 #define DRIVER_MAJOR 1
#define DRIVER_MINOR 0 #define DRIVER_MINOR 1
#define DRIVER_RELEASE 4 #define DRIVER_RELEASE 2
#define DRIVER_REVISION 100 #define DRIVER_REVISION 125
#define DRIVER_NAME "Microsemi PQI Driver (v" \ #define DRIVER_NAME "Microsemi PQI Driver (v" \
DRIVER_VERSION BUILD_TIMESTAMP ")" DRIVER_VERSION BUILD_TIMESTAMP ")"