diff mbox

[4/4] RDMA/libocrdma: Increment abi version count

Message ID 1392960704-10871-4-git-send-email-devesh.sharma@emulex.com (mailing list archive)
State Accepted, archived
Headers show

Commit Message

Devesh Sharma Feb. 21, 2014, 5:31 a.m. UTC
From: Devesh Sharma <devesh.sharma@emulex.com>

Increment the driver/library abi version count.

Signed-off-by: Devesh Sharma <devesh.sharma@emulex.com>
Signed-off-by: Selvin Xavier <selvin.xavier@emulex.com>
---
 src/ocrdma_abi.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
diff mbox

Patch

diff --git a/src/ocrdma_abi.h b/src/ocrdma_abi.h
index 9b44cd3..88498a9 100644
--- a/src/ocrdma_abi.h
+++ b/src/ocrdma_abi.h
@@ -37,7 +37,7 @@ 
 
 #include <infiniband/kern-abi.h>
 
-#define OCRDMA_ABI_VERSION	1
+#define OCRDMA_ABI_VERSION	2
 
 #define Bit(_b) (1 << (_b))