From: Michael Jeanson Date: Wed, 3 Mar 2021 16:59:07 +0000 (-0500) Subject: Bump liblttng-ust-ctl soname major to 5 X-Git-Tag: v2.13.0-rc1~347 X-Git-Url: http://git.lttng.org/?a=commitdiff_plain;h=0a7e43d16363ddfe40b1bd86a475e4f0507cc507;p=lttng-ust.git Bump liblttng-ust-ctl soname major to 5 The cleanups to liblttng-ust ABI also results in private symbols that were exposed to disappear from ust-ctl ABI. Change-Id: I0b1792ab1d822dbe44ae8fd5460ea175ee2524fb Signed-off-by: Michael Jeanson Signed-off-by: Mathieu Desnoyers --- diff --git a/configure.ac b/configure.ac index a987d95c..3c92b407 100644 --- a/configure.ac +++ b/configure.ac @@ -33,7 +33,7 @@ AC_DEFINE([CONFIG_LTTNG_UST_LIBRARY_VERSION_MAJOR], [UST_LIB_V_MAJOR], [Major SO # This is the library version of liblttng-ust-ctl, used internally by # liblttng-ust, lttng-sessiond, and lttng-consumerd. -AC_SUBST([LTTNG_UST_CTL_LIBRARY_VERSION], [4:0:0]) +AC_SUBST([LTTNG_UST_CTL_LIBRARY_VERSION], [5:0:0]) AC_CONFIG_HEADERS([include/config.h include/lttng/ust-config.h]) AC_CONFIG_AUX_DIR([config])