diff options
author | Divy Le Ray <divy@chelsio.com> | 2007-02-28 04:28:14 +0100 |
---|---|---|
committer | Jeff Garzik <jeff@garzik.org> | 2007-03-03 01:55:07 +0100 |
commit | d518725fa68c2a90e04bea56a399d3d1c026269d (patch) | |
tree | 0f57623281a2460ad02ba856fc716daf65e38cd7 /drivers/net/cxgb3 | |
parent | myri10ge: fix copyright and license (diff) | |
download | linux-d518725fa68c2a90e04bea56a399d3d1c026269d.tar.xz linux-d518725fa68c2a90e04bea56a399d3d1c026269d.zip |
cxgb3 - Tag driver version
This patch adds a "-ko" tag to the driver version.
Signed-off-by: Divy Le Ray <divy@chelsio.com>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
Diffstat (limited to 'drivers/net/cxgb3')
-rw-r--r-- | drivers/net/cxgb3/version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/cxgb3/version.h b/drivers/net/cxgb3/version.h index 782a6cf158a5..82278f850259 100644 --- a/drivers/net/cxgb3/version.h +++ b/drivers/net/cxgb3/version.h @@ -35,7 +35,7 @@ #define DRV_DESC "Chelsio T3 Network Driver" #define DRV_NAME "cxgb3" /* Driver version */ -#define DRV_VERSION "1.0" +#define DRV_VERSION "1.0-ko" #define FW_VERSION_MAJOR 3 #define FW_VERSION_MINOR 2 #endif /* __CHELSIO_VERSION_H */ |