From: David Goulet Date: Thu, 11 Jul 2013 19:20:21 +0000 (-0400) Subject: Bump UST ABI major version for 2.3 release X-Git-Tag: v2.3.0-rc1~43 X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=commitdiff_plain;h=9df88ab29b82388578c58b72e88176204309e338 Bump UST ABI major version for 2.3 release Signed-off-by: David Goulet --- 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 {