From: Mathieu Desnoyers Date: Fri, 18 Mar 2016 21:32:21 +0000 (-0400) Subject: Bump minor tracer ABI version X-Git-Tag: v2.8.0-rc1~1 X-Git-Url: http://git.liburcu.org/?p=lttng-modules.git;a=commitdiff_plain;h=6cdc77f6f9d680b780e2eea0d1b09b289da675e2 Bump minor tracer ABI version Signed-off-by: Mathieu Desnoyers --- diff --git a/lttng-abi.h b/lttng-abi.h index e53ff272..e23393ff 100644 --- a/lttng-abi.h +++ b/lttng-abi.h @@ -30,7 +30,7 @@ * should be increased when an incompatible ABI change is done. */ #define LTTNG_MODULES_ABI_MAJOR_VERSION 2 -#define LTTNG_MODULES_ABI_MINOR_VERSION 0 +#define LTTNG_MODULES_ABI_MINOR_VERSION 1 #define LTTNG_KERNEL_SYM_NAME_LEN 256