]> nv-tegra.nvidia Code Review - linux-2.6.git/commitdiff
e1000e: increment the driver version
authorBruce Allan <bruce.w.allan@intel.com>
Wed, 1 Dec 2010 08:45:24 +0000 (08:45 +0000)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Sat, 11 Dec 2010 06:13:57 +0000 (22:13 -0800)
Signed-off-by: Bruce Allan <bruce.w.allan@intel.com>
Tested-by: Jeff Pieper <jeffrey.e.pieper@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
drivers/net/e1000e/netdev.c

index 6e1f3a366a7aabfe434407cb377c90a528c0e160..5530d0bdd11ab33353063d00e9c679aaf69e55fe 100644 (file)
@@ -54,7 +54,7 @@
 
 #define DRV_EXTRAVERSION "-k2"
 
-#define DRV_VERSION "1.2.7" DRV_EXTRAVERSION
+#define DRV_VERSION "1.2.20" DRV_EXTRAVERSION
 char e1000e_driver_name[] = "e1000e";
 const char e1000e_driver_version[] = DRV_VERSION;