[SCSI] hpsa: bump driver version to reflect changes
authorMike Miller <mike.miller@hp.com>
Wed, 4 Sep 2013 20:12:27 +0000 (15:12 -0500)
committerJames Bottomley <JBottomley@Parallels.com>
Tue, 10 Sep 2013 21:43:02 +0000 (14:43 -0700)
Changes the version of hpsa so we know something has changed. Please consider
this for inclusion.

Signed-off-by: Mike Miller <mike.miller@hp.com>
Signed-off-by: James Bottomley <JBottomley@Parallels.com>
drivers/scsi/hpsa.c

index 9e3f2b48587b311f5d35d8b4d9439db020f4e36e..31489b59d83b76822d4e5f15cb8d3bdaa33238d1 100644 (file)
@@ -54,7 +54,7 @@
 #include "hpsa.h"
 
 /* HPSA_DRIVER_VERSION must be 3 byte values (0-255) separated by '.' */
-#define HPSA_DRIVER_VERSION "2.0.2-1"
+#define HPSA_DRIVER_VERSION "3.4.0-1"
 #define DRIVER_NAME "HP HPSA Driver (v " HPSA_DRIVER_VERSION ")"
 #define HPSA "hpsa"
 
This page took 0.028139 seconds and 5 git commands to generate.