1
0
Fork 0

igb: Bump version number

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>
hifive-unleashed-5.1
Todd Fujinaka 2019-01-23 14:56:30 -08:00 committed by Jeff Kirsher
parent 200a1a1a7e
commit a865d22d59
1 changed files with 1 additions and 1 deletions

View 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"