From: Jérémie Galarneau Date: Fri, 20 Dec 2019 03:11:51 +0000 (-0500) Subject: Bump LTTNG_MODULES_ABI_MINOR_VERSION to 5 X-Git-Tag: v2.12.0-pre~1 X-Git-Url: http://git.lttng.org/?p=lttng-modules.git;a=commitdiff_plain;h=911ae48dfdce356dbc7e1e2169e9c6b29a826ba8 Bump LTTNG_MODULES_ABI_MINOR_VERSION to 5 New operations were added to the lttng-modules ABI as part of the 2.12 release cycle to support UID tracking and the "session clear" functionality. This will allow future LTTng-tools versions to check for those capabilities. Signed-off-by: Jérémie Galarneau Signed-off-by: Mathieu Desnoyers --- diff --git a/lttng-abi.h b/lttng-abi.h index 5c5d8256..1d356ab1 100644 --- a/lttng-abi.h +++ b/lttng-abi.h @@ -17,7 +17,7 @@ * should be increased when an incompatible ABI change is done. */ #define LTTNG_MODULES_ABI_MAJOR_VERSION 2 -#define LTTNG_MODULES_ABI_MINOR_VERSION 4 +#define LTTNG_MODULES_ABI_MINOR_VERSION 5 #define LTTNG_KERNEL_SYM_NAME_LEN 256 #define LTTNG_KERNEL_SESSION_NAME_LEN 256