i40e: Bump version
authorCatherine Sullivan <[email protected]>
Sat, 13 Sep 2014 07:40:48 +0000 (07:40 +0000)
committerJeff Kirsher <[email protected]>
Fri, 24 Oct 2014 03:38:05 +0000 (20:38 -0700)
Bump i40e version to 1.0.21.

Signed-off-by: Catherine Sullivan <[email protected]>
Tested-By: Jim Young <[email protected]>
Signed-off-by: Jeff Kirsher <[email protected]>
drivers/net/ethernet/intel/i40e/i40e_main.c

index b0c10e0f8a9f5404b022121f790f34420981616f..da3f3a704b08fb77b77ba441c2e66a1ed719cbda 100644 (file)
@@ -39,7 +39,7 @@ static const char i40e_driver_string[] =
 
 #define DRV_VERSION_MAJOR 1
 #define DRV_VERSION_MINOR 0
-#define DRV_VERSION_BUILD 11
+#define DRV_VERSION_BUILD 21
 #define DRV_VERSION __stringify(DRV_VERSION_MAJOR) "." \
             __stringify(DRV_VERSION_MINOR) "." \
             __stringify(DRV_VERSION_BUILD)    DRV_KERN