From: Greg Rose Date: Thu, 20 Oct 2011 04:14:49 +0000 (+0000) Subject: ixgbevf: Update release version X-Git-Tag: v2.6.39-400.9.0~423^2~19^2~11^2~74 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=4dc2e26fc3ec5e3caaa7d92233771124a5c85864;p=users%2Fjedix%2Flinux-maple.git ixgbevf: Update release version (cherry picked from commit c1a7e1ebc17a9243d99ba0432d1138d74114dea7) Signed-off-by: Greg Rose Tested-by: Sibai Li Signed-off-by: Jeff Kirsher Signed-off-by: Joe Jin --- diff --git a/drivers/net/ixgbevf/ixgbevf_main.c b/drivers/net/ixgbevf/ixgbevf_main.c index e58f424ca31b..cc33bede4a22 100644 --- a/drivers/net/ixgbevf/ixgbevf_main.c +++ b/drivers/net/ixgbevf/ixgbevf_main.c @@ -57,7 +57,7 @@ char ixgbevf_driver_name[] = "ixgbevf"; static const char ixgbevf_driver_string[] = "Intel(R) 10 Gigabit PCI Express Virtual Function Network Driver"; -#define DRV_VERSION "2.1.0-k" +#define DRV_VERSION "2.2.0-k" const char ixgbevf_driver_version[] = DRV_VERSION; static char ixgbevf_copyright[] = "Copyright (c) 2009 - 2010 Intel Corporation.";