From 76bacff60dd9386f4836416668fbe62901f69cc1 Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Sat, 6 Apr 2013 03:31:57 -0400 Subject: [PATCH] Bump liblttng-ust-ctl lib version major number This internal library between ust and tools has had its ABI changed between 2.1 and 2.2. Fixes #493 Signed-off-by: Mathieu Desnoyers --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 581561b5..e54cfea2 100644 --- a/configure.ac +++ b/configure.ac @@ -12,7 +12,7 @@ AC_SUBST([LTTNG_UST_LIBRARY_VERSION], [0:0:0]) # 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], [1:0:0]) +AC_SUBST([LTTNG_UST_CTL_LIBRARY_VERSION], [2:0:0]) AC_CONFIG_AUX_DIR([config]) AC_CANONICAL_TARGET -- 2.34.1