Commit a865d22d authored by Todd Fujinaka's avatar Todd Fujinaka Committed by Jeff Kirsher

igb: Bump version number

With recent changes, need to bump the driver version to reflect the
changes.
Signed-off-by: default avatarTodd Fujinaka <todd.fujinaka@intel.com>
Tested-by: default avatarAndrew Bowers <andrewx.bowers@intel.com>
Signed-off-by: default avatarJeff Kirsher <jeffrey.t.kirsher@intel.com>
parent 200a1a1a
......@@ -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"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment