e1000e: update driver version number
authorBruce Allan <[email protected]>
Wed, 16 Jun 2010 13:28:34 +0000 (13:28 +0000)
committerDavid S. Miller <[email protected]>
Sat, 19 Jun 2010 05:12:18 +0000 (22:12 -0700)
Also separate out an _EXTRAVERSION similar to the core kernel.

Signed-off-by: Bruce Allan <[email protected]>
Tested-by: Jeff Pieper <[email protected]>
Signed-off-by: Jeff Kirsher <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
drivers/net/e1000e/netdev.c

index 77747c760644b4ec8a270a298deaff12400da379..8faf2246d89c8e4193ae459dea77f21ba09824c0 100644 (file)
@@ -52,7 +52,9 @@
 
 #include "e1000.h"
 
-#define DRV_VERSION "1.0.2-k4"
+#define DRV_EXTRAVERSION "-k2"
+
+#define DRV_VERSION "1.2.7" DRV_EXTRAVERSION
 char e1000e_driver_name[] = "e1000e";
 const char e1000e_driver_version[] = DRV_VERSION;