From 26a43715d917d9f84e6cd167affcebabfc4c7857 Mon Sep 17 00:00:00 2001 From: Nguyen Anh Quynh Date: Wed, 4 Dec 2013 23:08:32 +0800 Subject: [PATCH] bump API to 1.7 due to the addition of @bytes to cs_insn --- cs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cs.c b/cs.c index c62cab89..9cf1864d 100644 --- a/cs.c +++ b/cs.c @@ -34,7 +34,7 @@ // API version #define API_MAJOR 1 -#define API_MINOR 6 +#define API_MINOR 7 cs_err cs_errno(csh handle) {