Skip to content

Commit

Permalink
igb: bump version to igb-5.4.0
Browse files Browse the repository at this point in the history
Bump igb version to match other igb drivers.

Signed-off-by: Todd Fujinaka <todd.fujinaka@intel.com>
Tested-by: Aaron Brown <aaron.f.brown@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
  • Loading branch information
Todd Fujinaka authored and Jeff Kirsher committed Sep 28, 2016
1 parent 3d05fd0 commit 0742337
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/ethernet/intel/igb/igb_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
#include "igb.h"

#define MAJ 5
#define MIN 3
#define MIN 4
#define BUILD 0
#define DRV_VERSION __stringify(MAJ) "." __stringify(MIN) "." \
__stringify(BUILD) "-k"
Expand Down

0 comments on commit 0742337

Please sign in to comment.