igb: Bump version number
authorTodd Fujinaka <todd.fujinaka@intel.com>
Wed, 23 Jan 2019 22:56:30 +0000 (14:56 -0800)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Wed, 6 Feb 2019 01:28:10 +0000 (17:28 -0800)
With recent changes, need to bump the driver version to reflect the
changes.

Signed-off-by: Todd Fujinaka <todd.fujinaka@intel.com>
Tested-by: Andrew Bowers <andrewx.bowers@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
drivers/net/ethernet/intel/igb/igb_main.c

index dfa357b1a9d62a2184a8261f7406831c4ba71b91..d35cc9697e2db33b746514344a967e2d322f9045 100644 (file)
@@ -39,7 +39,7 @@
 #include "igb.h"
 
 #define MAJ 5
-#define MIN 4
+#define MIN 6
 #define BUILD 0
 #define DRV_VERSION __stringify(MAJ) "." __stringify(MIN) "." \
 __stringify(BUILD) "-k"