]> git.openfabrics.org - ~emulex/libocrdma.git/commitdiff
RDMA/libocrdma: Increment abi version count
authorDevesh Sharma <devesh.sharma@emulex.com>
Thu, 30 Jan 2014 05:45:21 +0000 (11:15 +0530)
committerDevesh Sharma <devesh.sharma@emulex.com>
Thu, 30 Jan 2014 05:45:21 +0000 (11:15 +0530)
Increment the driver/library abi version count.

Signed-off-by: Devesh Sharma <devesh.sharma@emulex.com>
src/ocrdma_abi.h

index 9b44cd38722eec7ff21dc84d882f04d494da01eb..88498a9d25363602a52608bd18551a7349a83115 100644 (file)
@@ -37,7 +37,7 @@
 
 #include <infiniband/kern-abi.h>
 
-#define OCRDMA_ABI_VERSION     1
+#define OCRDMA_ABI_VERSION     2
 
 #define Bit(_b) (1 << (_b))