]> git.openfabrics.org - ~shefty/rdma-dev.git/commitdiff
igb: Version bump.
authorCarolyn Wyborny <carolyn.wyborny@intel.com>
Fri, 7 Oct 2011 07:00:27 +0000 (07:00 +0000)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Thu, 13 Oct 2011 05:51:44 +0000 (22:51 -0700)
This change updates the driver version to 3.2.10.

Signed-off-by: Carolyn Wyborny <carolyn.wyborny@intel.com>
Tested-by: Aaron Brown <aaron.f.brown@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
drivers/net/ethernet/intel/igb/igb_main.c

index 582432f24166e10e111092990565377fb96d68a3..8227824e2027a71bfcc2c0ac286bb850a4302688 100644 (file)
@@ -57,8 +57,8 @@
 #include "igb.h"
 
 #define MAJ 3
-#define MIN 0
-#define BUILD 6
+#define MIN 2
+#define BUILD 10
 #define DRV_VERSION __stringify(MAJ) "." __stringify(MIN) "." \
 __stringify(BUILD) "-k"
 char igb_driver_name[] = "igb";