]> git.karo-electronics.de Git - linux-beck.git/commitdiff
ixgbevf: bump version number
authorDon Skidmore <donald.c.skidmore@intel.com>
Tue, 7 Jun 2016 00:23:24 +0000 (20:23 -0400)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Fri, 22 Jul 2016 08:16:13 +0000 (01:16 -0700)
Bump the version number to more closely match the function included
in the driver.

Signed-off-by: Don Skidmore <donald.c.skidmore@intel.com>
Tested-by: Andrew Bowers <andrewx.bowers@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
drivers/net/ethernet/intel/ixgbevf/ixgbevf_main.c

index acc24010cfe0c6c5c10ea048b583a7522bbd2f34..a1c83c1b0f486b07e54f530c6abd64d860b68db4 100644 (file)
@@ -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.";