From: Jérémie Galarneau Date: Fri, 20 Dec 2019 21:26:17 +0000 (-0500) Subject: Sync lttng-ust ABI version in ust-abi-internal.h X-Git-Tag: v2.12.0-rc1~86 X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=commitdiff_plain;h=208ddc0608797ba50c3ce007ba7b4f887e83d87c;ds=sidebyside Sync lttng-ust ABI version in ust-abi-internal.h 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: Jérémie Galarneau Change-Id: I472eb11589547a9fa119d061a2c1886371b87f69 --- diff --git a/src/bin/lttng-sessiond/ust-abi-internal.h b/src/bin/lttng-sessiond/ust-abi-internal.h index 8944d0593..5c22378cd 100644 --- a/src/bin/lttng-sessiond/ust-abi-internal.h +++ b/src/bin/lttng-sessiond/ust-abi-internal.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,