From: Mathieu Desnoyers Date: Fri, 20 Dec 2019 15:49:20 +0000 (-0500) Subject: Bump LTTNG_UST_ABI_MINOR_VERSION to 1 X-Git-Tag: v2.12.0-rc1~2 X-Git-Url: http://git.lttng.org/?p=lttng-ust.git;a=commitdiff_plain;h=677423ebf26cc17916bddd0334b1a9f7614035c9 Bump LTTNG_UST_ABI_MINOR_VERSION to 1 Increment the minor version of lttng-ust ABI to 1, to take into account that the "clear" command was added in this release cycle. This will allow future LTTng-tools versions to check for this capability. Signed-off-by: Mathieu Desnoyers --- diff --git a/include/lttng/ust-abi.h b/include/lttng/ust-abi.h index 5c934daf..461e77c2 100644 --- a/include/lttng/ust-abi.h +++ b/include/lttng/ust-abi.h @@ -47,7 +47,7 @@ /* Version for ABI between liblttng-ust, sessiond, consumerd */ #define LTTNG_UST_ABI_MAJOR_VERSION 8 -#define LTTNG_UST_ABI_MINOR_VERSION 0 +#define LTTNG_UST_ABI_MINOR_VERSION 1 enum lttng_ust_instrumentation { LTTNG_UST_TRACEPOINT = 0,