]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
igb: Bump version to 3.0.6
authorCarolyn Wyborny <carolyn.wyborny@intel.com>
Sat, 12 Mar 2011 04:58:19 +0000 (20:58 -0800)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Sat, 12 Mar 2011 12:10:13 +0000 (04:10 -0800)
This patch updates igb version to 3.0.6.

Signed-off-by: Carolyn Wyborny <carolyn.wyborny@intel.com>
Tested-by: Jeff Pieper <jeffrey.e.pieper@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
drivers/net/igb/igb_main.c

index 49476f7738250841b63534be9a61ebb5a96fd340..b4f92b06f2ace5ff334622b7a45ddc805bc60ae4 100644 (file)
 #endif
 #include "igb.h"
 
-#define DRV_VERSION "2.4.13-k2"
+#define MAJ 3
+#define MIN 0
+#define BUILD 6
+#define KFIX 2
+#define DRV_VERSION __stringify(MAJ) "." __stringify(MIN) "." \
+__stringify(BUILD) "-k" __stringify(KFIX)
 char igb_driver_name[] = "igb";
 char igb_driver_version[] = DRV_VERSION;
 static const char igb_driver_string[] =