From f012efa89f8ac9aa04ac60d072f766ad44d4acd0 Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Thu, 13 Nov 2014 17:04:41 -0500 Subject: [PATCH] Bump UST ABI for new release cycle Signed-off-by: Mathieu Desnoyers --- include/lttng/ust-abi.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/lttng/ust-abi.h b/include/lttng/ust-abi.h index 8c2469e4..d9be9939 100644 --- a/include/lttng/ust-abi.h +++ b/include/lttng/ust-abi.h @@ -42,7 +42,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