From d480297498f32c3d54e1445c2fafc7ae969c558f Mon Sep 17 00:00:00 2001 From: Jubin John Date: Mon, 26 Oct 2015 10:28:49 -0400 Subject: [PATCH] staging/rdma/hfi1: Update driver version string to 0.9-294 Signed-off-by: Jubin John Signed-off-by: Ira Weiny Signed-off-by: Greg Kroah-Hartman --- drivers/staging/rdma/hfi1/common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/rdma/hfi1/common.h b/drivers/staging/rdma/hfi1/common.h index de62cbe2224c..5e203239c5b0 100644 --- a/drivers/staging/rdma/hfi1/common.h +++ b/drivers/staging/rdma/hfi1/common.h @@ -204,7 +204,7 @@ * to the driver itself, not the software interfaces it supports. */ #ifndef HFI1_DRIVER_VERSION_BASE -#define HFI1_DRIVER_VERSION_BASE "0.9-248" +#define HFI1_DRIVER_VERSION_BASE "0.9-294" #endif /* create the final driver version string */ -- 2.39.5