From c2839c02fa58cd6a1335a0b8ae499e67bbdb48cb Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Galarneau?= Date: Wed, 15 Jul 2015 14:24:50 -0400 Subject: [PATCH] Bump LTTNG_UST_ABI_MAJOR_VERSION to 6 MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérémie Galarneau --- src/bin/lttng-sessiond/lttng-ust-abi.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/lttng-sessiond/lttng-ust-abi.h b/src/bin/lttng-sessiond/lttng-ust-abi.h index 27771e25d..423a0c2e3 100644 --- a/src/bin/lttng-sessiond/lttng-ust-abi.h +++ b/src/bin/lttng-sessiond/lttng-ust-abi.h @@ -44,7 +44,7 @@ #define LTTNG_UST_COMM_MAGIC 0xC57C57C5 /* Version for ABI between liblttng-ust, sessiond, consumerd */ -#define LTTNG_UST_ABI_MAJOR_VERSION 5 +#define LTTNG_UST_ABI_MAJOR_VERSION 6 #define LTTNG_UST_ABI_MINOR_VERSION 0 enum lttng_ust_instrumentation { -- 2.34.1