From: Jérémie Galarneau Date: Fri, 11 Dec 2020 04:40:51 +0000 (-0500) Subject: Bump LTTNG_MODULES_ABI_MINOR_VERSION to 6 X-Git-Tag: v2.13.0-rc1~68 X-Git-Url: http://git.lttng.org/?p=lttng-modules.git;a=commitdiff_plain;h=6b4a3b2d7e49f15f0e28a3dc7cbfd67dc5c475bd Bump LTTNG_MODULES_ABI_MINOR_VERSION to 6 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 --- 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