]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
ixgbevf: Bump version number
authorTony Nguyen <anthony.l.nguyen@intel.com>
Thu, 18 May 2017 21:55:23 +0000 (14:55 -0700)
committerJack Vogel <jack.vogel@oracle.com>
Fri, 13 Oct 2017 02:43:48 +0000 (19:43 -0700)
Update ixgbevf version number.

Signed-off-by: Tony Nguyen <anthony.l.nguyen@intel.com>
Tested-by: Andrew Bowers <andrewx.bowers@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Orabug: 26785078
(cherry picked from commit adc2c83e2b317de39220e0004b6556b5ea2bf412)
Signed-off-by: Jack Vogel <jack.vogel@oracle.com>
Reviewed-by: Ethan Zhao <ethan.zhao@oracle.com>
drivers/net/ethernet/intel/ixgbevf/ixgbevf_main.c

index db919958ecce96a7d11912a55c6a4958f8117b0e..fa6f45e71fa4d910e3214d41aaefaabc3ab881c6 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 "3.2.2-k"
+#define DRV_VERSION "4.1.0-k"
 const char ixgbevf_driver_version[] = DRV_VERSION;
 static char ixgbevf_copyright[] =
        "Copyright (c) 2009 - 2015 Intel Corporation.";