From: Valerie Henson Date: Mon, 12 Mar 2007 09:31:34 +0000 (-0700) Subject: Rev tulip version X-Git-Tag: Ubuntu-goldfish-3.4.0-4.27~27721^2~69 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=6bab99be917054736097b758489a9ea27fd44245;p=mirror_ubuntu-zesty-kernel.git Rev tulip version Rev tulip version... things have changed since 2002! Signed-off-by: Valerie Henson Cc: Jeff Garzik Signed-off-by: Jeff Garzik --- diff --git a/drivers/net/tulip/tulip_core.c b/drivers/net/tulip/tulip_core.c index e9bf526ec534..041af63f2811 100644 --- a/drivers/net/tulip/tulip_core.c +++ b/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 11, 2002" +#define DRV_RELDATE "Feb 27, 2007" #include