igb: bump version to igb-5.3.0
authorTodd Fujinaka <[email protected]>
Wed, 20 May 2015 22:40:20 +0000 (15:40 -0700)
committerJeff Kirsher <[email protected]>
Thu, 23 Jul 2015 12:10:50 +0000 (05:10 -0700)
Signed-off-by: Todd Fujinaka <[email protected]>
Tested-by: Aaron Brown <[email protected]>
Signed-off-by: Jeff Kirsher <[email protected]>
drivers/net/ethernet/intel/igb/igb_main.c

index fc7729e78f3de35e628c41c74dc64e2cc7181014..41e27404689648a4bad220e174db32cdf1077580 100644 (file)
@@ -57,8 +57,8 @@
 #include "igb.h"
 
 #define MAJ 5
-#define MIN 2
-#define BUILD 18
+#define MIN 3
+#define BUILD 0
 #define DRV_VERSION __stringify(MAJ) "." __stringify(MIN) "." \
 __stringify(BUILD) "-k"
 char igb_driver_name[] = "igb";