From 9df88ab29b82388578c58b72e88176204309e338 Mon Sep 17 00:00:00 2001 From: David Goulet Date: Thu, 11 Jul 2013 15:20:21 -0400 Subject: [PATCH] Bump UST ABI major version for 2.3 release Signed-off-by: David Goulet --- 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 6326b1e6c..98470e4d1 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 4 +#define LTTNG_UST_ABI_MAJOR_VERSION 5 #define LTTNG_UST_ABI_MINOR_VERSION 0 enum lttng_ust_instrumentation { -- 2.34.1