From: Mathieu Desnoyers Date: Wed, 5 Oct 2016 16:47:58 +0000 (-0400) Subject: Bump minor ABI version X-Git-Tag: v2.9.0-rc1~3 X-Git-Url: http://git.lttng.org/?p=lttng-modules.git;a=commitdiff_plain;h=35d30e5b4b5060c08302589d56a97cbbdd415993 Bump minor ABI version Command added: LTTNG_KERNEL_SESSION_STATEDUMP Signed-off-by: Mathieu Desnoyers --- diff --git a/lttng-abi.h b/lttng-abi.h index ff1520c3..822b8839 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 1 +#define LTTNG_MODULES_ABI_MINOR_VERSION 2 #define LTTNG_KERNEL_SYM_NAME_LEN 256