diff options
author | Stephen Hemminger <shemminger@osdl.org> | 2006-10-17 13:24:18 -0400 |
---|---|---|
committer | Stephen Hemminger <shemminger@osdl.org> | 2006-10-17 13:24:18 -0400 |
commit | 52c89cac6781dea0ee2426821cd3effae1a925d3 (patch) | |
tree | dcf3f7f94a055127f3f964cd63085a70ed3a86c0 /drivers | |
parent | b6d7773462df13c105c19ab89706687ded839844 (diff) |
sky2: version 1.9
Mark version, this has been a lot of patches.
Signed-off-by: Stephen Hemminger <shemminger@osdl.org>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/net/sky2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/sky2.c b/drivers/net/sky2.c index 6eddd0f36bc0..c19338351780 100644 --- a/drivers/net/sky2.c +++ b/drivers/net/sky2.c | |||
@@ -50,7 +50,7 @@ | |||
50 | #include "sky2.h" | 50 | #include "sky2.h" |
51 | 51 | ||
52 | #define DRV_NAME "sky2" | 52 | #define DRV_NAME "sky2" |
53 | #define DRV_VERSION "1.9" | 53 | #define DRV_VERSION "1.10" |
54 | #define PFX DRV_NAME " " | 54 | #define PFX DRV_NAME " " |
55 | 55 | ||
56 | /* | 56 | /* |