tree ab7121241847cfa6345606def7cd2965fcd9fcbc parent 6abebb538d317ead09cc0f3c2a0752047f9ff961 author Stephen Hemminger <[EMAIL PROTECTED]> Sat, 23 Jul 2005 06:26:11 -0700 committer Jeff Garzik <[EMAIL PROTECTED]> Sun, 31 Jul 2005 08:40:54 -0400
[PATCH] skge: version 0.8 Increase driver version to 0.8 Signed-off-by: Stephen Hemminger <[EMAIL PROTECTED]> Signed-off-by: Jeff Garzik <[EMAIL PROTECTED]> drivers/net/skge.c | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/net/skge.c b/drivers/net/skge.c --- a/drivers/net/skge.c +++ b/drivers/net/skge.c @@ -42,7 +42,7 @@ #include "skge.h" #define DRV_NAME "skge" -#define DRV_VERSION "0.7" +#define DRV_VERSION "0.8" #define PFX DRV_NAME " " #define DEFAULT_TX_RING_SIZE 128 - To unsubscribe from this list: send the line "unsubscribe bk-commits-head" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html
