i40e: Bump version
authorCatherine Sullivan <[email protected]>
Sat, 28 Sep 2013 06:00:07 +0000 (06:00 +0000)
committerJeff Kirsher <[email protected]>
Thu, 10 Oct 2013 06:25:33 +0000 (23:25 -0700)
Update the version number of the driver.

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 24ee5d46b758fc2c41fd10962c8b1cd43608ffd0..fbe7fe2914a9feab9209b0c66025a8ef9eb34169 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 9
+#define DRV_VERSION_BUILD 10
 #define DRV_VERSION __stringify(DRV_VERSION_MAJOR) "." \
             __stringify(DRV_VERSION_MINOR) "." \
             __stringify(DRV_VERSION_BUILD)    DRV_KERN