]> Pileus Git - ~andy/linux/commitdiff
ixgbevf: bump version
authorDon Skidmore <donald.c.skidmore@intel.com>
Fri, 17 Jan 2014 09:21:38 +0000 (01:21 -0800)
committerDavid S. Miller <davem@davemloft.net>
Sat, 18 Jan 2014 02:56:59 +0000 (18:56 -0800)
Bump the version number to better match functionality provided with out of
tree driver of the same version.

Signed-off-by: Don Skidmore <donald.c.skidmore@intel.com>
Tested-by: Phil Schmitt <phillip.j.schmitt@intel.com>
Signed-off-by: Aaron Brown <aaron.f.brown@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/intel/ixgbevf/ixgbevf_main.c

index 6cf41207a31d0880dd4c29a709451e5cf2c0cfe4..9c9291803fdd48cb30171585f8fac9c531ded5ae 100644 (file)
@@ -58,7 +58,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.11.3-k"
+#define DRV_VERSION "2.12.1-k"
 const char ixgbevf_driver_version[] = DRV_VERSION;
 static char ixgbevf_copyright[] =
        "Copyright (c) 2009 - 2012 Intel Corporation.";