mirror of
https://github.com/adulau/aha.git
synced 2025-01-04 07:03:38 +00:00
igb: Increment driver version
Signed-off-by: Auke Kok <auke-jan.h.kok@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com> Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
This commit is contained in:
parent
87cb7e8cc5
commit
0024fd00cd
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@
|
||||||
#endif
|
#endif
|
||||||
#include "igb.h"
|
#include "igb.h"
|
||||||
|
|
||||||
#define DRV_VERSION "1.0.8-k2"
|
#define DRV_VERSION "1.2.45-k2"
|
||||||
char igb_driver_name[] = "igb";
|
char igb_driver_name[] = "igb";
|
||||||
char igb_driver_version[] = DRV_VERSION;
|
char igb_driver_version[] = DRV_VERSION;
|
||||||
static const char igb_driver_string[] =
|
static const char igb_driver_string[] =
|
||||||
|
|
Loading…
Reference in a new issue