From 421888888562c2a25833971a7b1d0bafbee6ac75 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Galarneau?= Date: Mon, 28 Mar 2022 21:52:30 -0400 Subject: [PATCH] Update version to v2.13.6 MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérémie Galarneau --- ChangeLog | 3 +++ configure.ac | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) 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]) -- 2.34.1