diff options
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/net/igb/igb_main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/igb/igb_main.c b/drivers/net/igb/igb_main.c index ae329c02eaef..14363260612c 100644 --- a/drivers/net/igb/igb_main.c +++ b/drivers/net/igb/igb_main.c | |||
@@ -46,7 +46,7 @@ | |||
46 | #endif | 46 | #endif |
47 | #include "igb.h" | 47 | #include "igb.h" |
48 | 48 | ||
49 | #define DRV_VERSION "1.0.8-k2" | 49 | #define DRV_VERSION "1.2.45-k2" |
50 | char igb_driver_name[] = "igb"; | 50 | char igb_driver_name[] = "igb"; |
51 | char igb_driver_version[] = DRV_VERSION; | 51 | char igb_driver_version[] = DRV_VERSION; |
52 | static const char igb_driver_string[] = | 52 | static const char igb_driver_string[] = |