Skip to content

Commit 66f40b8

Browse files
aabodunrinJeff Kirsher
authored andcommitted
igb: Update version number
This patch updates igb driver version to 5.0.5 Signed-off-by: Akeem G Abodunrin <akeem.g.abodunrin@intel.com> Tested-by: Aaron Brown <aaron.f.brown@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
1 parent 41fcfbe commit 66f40b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/net/ethernet/intel/igb/igb_main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262

6363
#define MAJ 5
6464
#define MIN 0
65-
#define BUILD 3
65+
#define BUILD 5
6666
#define DRV_VERSION __stringify(MAJ) "." __stringify(MIN) "." \
6767
__stringify(BUILD) "-k"
6868
char igb_driver_name[] = "igb";

0 commit comments

Comments
 (0)