
val_henson at linux
Aug 25, 2006, 5:02 PM
Post #1 of 2
(320 views)
Permalink
|
|
[patch 09/10] [TULIP] Update tulip version
|
|
Signed-off-by: Valerie Henson <val_henson[at]linux.intel.com> Cc: Jeff Garzik <jeff[at]garzik.org> --- drivers/net/tulip/tulip_core.c | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) --- linux-2.6.18-rc4-mm1.orig/drivers/net/tulip/tulip_core.c +++ linux-2.6.18-rc4-mm1/drivers/net/tulip/tulip_core.c @@ -17,11 +17,11 @@ #define DRV_NAME "tulip" #ifdef CONFIG_TULIP_NAPI -#define DRV_VERSION "1.1.14-NAPI" /* Keep at least for test */ +#define DRV_VERSION "1.1.15-NAPI" /* Keep at least for test */ #else -#define DRV_VERSION "1.1.14" +#define DRV_VERSION "1.1.15" #endif -#define DRV_RELDATE "May 6, 2006" +#define DRV_RELDATE "Aug 23, 2006" #include <linux/module.h> -- - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo[at]vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|