]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
ixgbevf: bump version number
authorDon Skidmore <donald.c.skidmore@intel.com>
Tue, 7 Jun 2016 00:23:24 +0000 (20:23 -0400)
committerChuck Anderson <chuck.anderson@oracle.com>
Sat, 25 Feb 2017 05:47:45 +0000 (21:47 -0800)
Orabug: 24568240

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>
(cherry picked from commit 9f8fe731b8e810ef0324ebd8fc5973deecb6fb0b)
Signed-off-by: Brian Maly <brian.maly@oracle.com>
drivers/net/ethernet/intel/ixgbevf/ixgbevf_main.c

index 64a710b324f8d80f79c0ea4161376ff631305788..8828b7d750c16760d6be109b744b79da5aa5ce1a 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.";