From 0693c10b63765d65380f25f7b6cea3b80af02fc4 Mon Sep 17 00:00:00 2001 From: Ronnie Sahlberg Date: Sun, 13 Jul 2014 16:31:15 -0700 Subject: [PATCH] bump api version in iscsi.h Signed-off-by: Ronnie Sahlberg --- include/iscsi.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/iscsi.h b/include/iscsi.h index 4ab658d..d15de76 100644 --- a/include/iscsi.h +++ b/include/iscsi.h @@ -34,7 +34,7 @@ struct iscsi_context; struct sockaddr; /* API VERSION */ -#define LIBISCSI_API_VERSION (20131020) +#define LIBISCSI_API_VERSION (20140713) /* FEATURES */ #define LIBISCSI_FEATURE_IOVECTOR (1)