From: Williams, Mitch A Date: Thu, 19 May 2011 05:37:59 +0000 (+0000) Subject: igbvf: update version number X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=cabe0700c56c1e28fc55674e8c1fc9e4495dded9;p=~shefty%2Frdma-dev.git 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 Tested-by: Aaron Brown Signed-off-by: Jeff Kirsher --- diff --git a/drivers/net/igbvf/netdev.c b/drivers/net/igbvf/netdev.c index 1c77fb3bf4a..64b47bf01e1 100644 --- a/drivers/net/igbvf/netdev.c +++ b/drivers/net/igbvf/netdev.c @@ -45,7 +45,7 @@ #include "igbvf.h" -#define DRV_VERSION "1.0.8-k0" +#define DRV_VERSION "2.0.0-k" char igbvf_driver_name[] = "igbvf"; const char igbvf_driver_version[] = DRV_VERSION; static const char igbvf_driver_string[] =