igb: Update version to 3.4.7.

Signed-off-by: Carolyn Wyborny <carolyn.wyborny@intel.com>
Tested-by: Jeff Pieper <jeffrey.e.pieper@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
This commit is contained in:
Carolyn Wyborny 2012-04-09 23:13:02 +00:00 committed by Jeff Kirsher
parent 04499ec4ee
commit be0c006814

View file

@ -60,8 +60,8 @@
#include "igb.h"
#define MAJ 3
#define MIN 2
#define BUILD 10
#define MIN 4
#define BUILD 7
#define DRV_VERSION __stringify(MAJ) "." __stringify(MIN) "." \
__stringify(BUILD) "-k"
char igb_driver_name[] = "igb";