From 6b4a3b2d7e49f15f0e28a3dc7cbfd67dc5c475bd Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Galarneau?= Date: Thu, 10 Dec 2020 23:40:51 -0500 Subject: [PATCH] Bump LTTNG_MODULES_ABI_MINOR_VERSION to 6 MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit New operations were added to the lttng-modules ABI as part of the 2.13 release cycle to support event notifiers. This will allow future LTTng-tools versions to check for those capabilities. Signed-off-by: Jérémie Galarneau Signed-off-by: Mathieu Desnoyers Change-Id: Idfd58f3914b87be3688a10a06239a1b0ab556a7c --- include/lttng/abi.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/lttng/abi.h b/include/lttng/abi.h index 37d63129..1092a4fd 100644 --- a/include/lttng/abi.h +++ b/include/lttng/abi.h @@ -18,7 +18,7 @@ * should be increased when an incompatible ABI change is done. */ #define LTTNG_MODULES_ABI_MAJOR_VERSION 2 -#define LTTNG_MODULES_ABI_MINOR_VERSION 5 +#define LTTNG_MODULES_ABI_MINOR_VERSION 6 #define LTTNG_KERNEL_SYM_NAME_LEN 256 #define LTTNG_KERNEL_SESSION_NAME_LEN 256 -- 2.34.1