i40e: Bump version
authorCatherine Sullivan <[email protected]>
Sat, 28 Sep 2013 07:13:23 +0000 (07:13 +0000)
committerJeff Kirsher <[email protected]>
Tue, 22 Oct 2013 13:49:46 +0000 (06:49 -0700)
Update the driver version.

Signed-off-by: Catherine Sullivan <[email protected]>
Signed-off-by: Jesse Brandeburg <[email protected]>
Tested-by: Kavindya Deegala <[email protected]>
Signed-off-by: Jeff Kirsher <[email protected]>
drivers/net/ethernet/intel/i40e/i40e_main.c

index d8893426b8155a484d131f92d5c79085c20dd132..41a79df373d5fb137afb30629cdf26d5d7657d71 100644 (file)
@@ -36,7 +36,7 @@ static const char i40e_driver_string[] =
 
 #define DRV_VERSION_MAJOR 0
 #define DRV_VERSION_MINOR 3
-#define DRV_VERSION_BUILD 10
+#define DRV_VERSION_BUILD 11
 #define DRV_VERSION __stringify(DRV_VERSION_MAJOR) "." \
             __stringify(DRV_VERSION_MINOR) "." \
             __stringify(DRV_VERSION_BUILD)    DRV_KERN