From: Jérémie Galarneau Date: Tue, 29 Mar 2022 01:52:30 +0000 (-0400) Subject: Update version to v2.13.6 X-Git-Tag: v2.13.6^0 X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=commitdiff_plain;h=421888888562c2a25833971a7b1d0bafbee6ac75 Update version to v2.13.6 Signed-off-by: Jérémie Galarneau --- diff --git a/ChangeLog b/ChangeLog index 303e8a98b..523f798d3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,6 @@ +2022-03-28 lttng-tools 2.13.6 (National Hot Tub Day) + * Fix: hide symbols erroneously exported in 2.13.5 + 2022-03-28 lttng-tools 2.13.5 (National Hot Tub Day) * Fix: doc: action: wrong function documented for action_list destroy * Fix: lttng-elf: wrong error label used by error path diff --git a/configure.ac b/configure.ac index 79b8b350e..a3b9d0fdb 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ dnl SPDX-License-Identifier: GPL-2.0-only AC_PREREQ([2.64]) -AC_INIT([lttng-tools],[2.13.5],[jeremie.galarneau@efficios.com],[],[https://lttng.org]) +AC_INIT([lttng-tools],[2.13.6],[jeremie.galarneau@efficios.com],[],[https://lttng.org]) AC_CONFIG_HEADERS([include/config.h]) AC_CONFIG_AUX_DIR([config])