From: Don Skidmore Date: Tue, 7 Jun 2016 00:23:24 +0000 (-0400) Subject: ixgbevf: bump version number X-Git-Tag: v4.1.12-92~2^2~166 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=15e4b5a60e6fc13af43f90641291c05e89087d9a;p=users%2Fjedix%2Flinux-maple.git ixgbevf: bump version number Orabug: 24568240 Bump the version number to more closely match the function included in the driver. Signed-off-by: Don Skidmore Tested-by: Andrew Bowers Signed-off-by: Jeff Kirsher (cherry picked from commit 9f8fe731b8e810ef0324ebd8fc5973deecb6fb0b) Signed-off-by: Brian Maly --- diff --git a/drivers/net/ethernet/intel/ixgbevf/ixgbevf_main.c b/drivers/net/ethernet/intel/ixgbevf/ixgbevf_main.c index 64a710b324f8..8828b7d750c1 100644 --- a/drivers/net/ethernet/intel/ixgbevf/ixgbevf_main.c +++ b/drivers/net/ethernet/intel/ixgbevf/ixgbevf_main.c @@ -56,7 +56,7 @@ const char ixgbevf_driver_name[] = "ixgbevf"; static const char ixgbevf_driver_string[] = "Intel(R) 10 Gigabit PCI Express Virtual Function Network Driver"; -#define DRV_VERSION "2.12.1-k" +#define DRV_VERSION "3.2.2-k" const char ixgbevf_driver_version[] = DRV_VERSION; static char ixgbevf_copyright[] = "Copyright (c) 2009 - 2015 Intel Corporation.";