From: Mathieu Desnoyers Date: Sat, 6 Apr 2013 07:31:57 +0000 (-0400) Subject: Bump liblttng-ust-ctl lib version major number X-Git-Tag: v2.2.0-rc2~17 X-Git-Url: http://git.liburcu.org/?a=commitdiff_plain;h=76bacff60dd9386f4836416668fbe62901f69cc1;p=lttng-ust.git 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 --- 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