bnx2fc: Update version number to 2.9.6.
Signed-off-by: Giridhar Malavali <giridhar.malavali@qlogic.com> Signed-off-by: Chad Dupuis <chad.dupuis@qlogic.com> Reviewed-by: Hannes Reinecke <hare@suse.de> Reviewed-by: Tomas Henzl <thenzl@redhat.com> Signed-off-by: James Bottomley <JBottomley@Odin.com>
This commit is contained in:
parent
50a8741469
commit
edb394b512
|
@ -65,7 +65,7 @@
|
|||
#include "bnx2fc_constants.h"
|
||||
|
||||
#define BNX2FC_NAME "bnx2fc"
|
||||
#define BNX2FC_VERSION "2.4.2"
|
||||
#define BNX2FC_VERSION "2.9.6"
|
||||
|
||||
#define PFX "bnx2fc: "
|
||||
|
||||
|
|
|
@ -23,7 +23,7 @@ DEFINE_PER_CPU(struct bnx2fc_percpu_s, bnx2fc_percpu);
|
|||
|
||||
#define DRV_MODULE_NAME "bnx2fc"
|
||||
#define DRV_MODULE_VERSION BNX2FC_VERSION
|
||||
#define DRV_MODULE_RELDATE "Dec 11, 2013"
|
||||
#define DRV_MODULE_RELDATE "October 15, 2015"
|
||||
|
||||
|
||||
static char version[] =
|
||||
|
|
Loading…
Reference in New Issue