igb: Version bump

This patch updates the igb version to 4.0.1.

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>
This commit is contained in:
Carolyn Wyborny 2012-05-31 23:39:30 +00:00 committed by Jeff Kirsher
parent d67974f0de
commit 200e5fd50e

View file

@ -59,9 +59,9 @@
#endif
#include "igb.h"
#define MAJ 3
#define MIN 4
#define BUILD 7
#define MAJ 4
#define MIN 0
#define BUILD 1
#define DRV_VERSION __stringify(MAJ) "." __stringify(MIN) "." \
__stringify(BUILD) "-k"
char igb_driver_name[] = "igb";