Skip to content
Snippets Groups Projects
Commit b3ccf267 authored by Bruce Allan's avatar Bruce Allan Committed by Jeff Kirsher
Browse files

e1000e: update driver version


Signed-off-by: default avatarBruce Allan <bruce.w.allan@intel.com>
Tested-by: default avatarAaron Brown <aaron.f.brown@intel.com>
Signed-off-by: default avatarJeff Kirsher <jeffrey.t.kirsher@intel.com>
parent 7ff1c8bb
No related branches found
No related tags found
No related merge requests found
...@@ -54,9 +54,9 @@ ...@@ -54,9 +54,9 @@
#include "e1000.h" #include "e1000.h"
#define DRV_EXTRAVERSION "-k2" #define DRV_EXTRAVERSION "-k"
#define DRV_VERSION "1.3.10" DRV_EXTRAVERSION #define DRV_VERSION "1.3.16" DRV_EXTRAVERSION
char e1000e_driver_name[] = "e1000e"; char e1000e_driver_name[] = "e1000e";
const char e1000e_driver_version[] = DRV_VERSION; const char e1000e_driver_version[] = DRV_VERSION;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment