diff options
author | Williams, Mitch A <mitch.a.williams@intel.com> | 2011-05-19 01:37:59 -0400 |
---|---|---|
committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | 2011-06-09 23:35:20 -0400 |
commit | cabe0700c56c1e28fc55674e8c1fc9e4495dded9 (patch) | |
tree | c9f8ac6ac86c38cb4d46f0502f66f8d64c21238f /drivers/net/igbvf | |
parent | b3ccf26704f80cd9959c4d2a83c2278bcc93425c (diff) |
igbvf: update version number
Update the version number to match version conventions. Bump the major
version to indicate that new hardware support (i350) has been added.
Signed-off-by: Mitch Williams <mitch.a.williams@intel.com>
Tested-by: Aaron Brown <aaron.f.brown@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Diffstat (limited to 'drivers/net/igbvf')
-rw-r--r-- | drivers/net/igbvf/netdev.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/igbvf/netdev.c b/drivers/net/igbvf/netdev.c index 1c77fb3bf4ae..64b47bf01e17 100644 --- a/drivers/net/igbvf/netdev.c +++ b/drivers/net/igbvf/netdev.c | |||
@@ -45,7 +45,7 @@ | |||
45 | 45 | ||
46 | #include "igbvf.h" | 46 | #include "igbvf.h" |
47 | 47 | ||
48 | #define DRV_VERSION "1.0.8-k0" | 48 | #define DRV_VERSION "2.0.0-k" |
49 | char igbvf_driver_name[] = "igbvf"; | 49 | char igbvf_driver_name[] = "igbvf"; |
50 | const char igbvf_driver_version[] = DRV_VERSION; | 50 | const char igbvf_driver_version[] = DRV_VERSION; |
51 | static const char igbvf_driver_string[] = | 51 | static const char igbvf_driver_string[] = |