From f617dd1d6233a2dcfc7c2312ce76217624f92f18 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Galarneau?= Date: Wed, 26 Jan 2022 20:46:17 -0500 Subject: [PATCH] Update version to v2.13.4 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 cd364b61b..591c4b093 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,6 @@ +2022-01-26 lttng-tools 2.13.4 (National Peanut Brittle Day) + * Build fix: hashtable: hashtable.cpp does not exist + 2022-01-26 lttng-tools 2.13.3 (National Peanut Brittle Day) * Fix: _lttng_variant_statedump should expect lttng_ust_ctl_atype_variant_nestable * Fix context mismatch across UST version due to legacy array context field diff --git a/configure.ac b/configure.ac index a81751ccb..9c43dccd7 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.3],[jeremie.galarneau@efficios.com],[],[https://lttng.org]) +AC_INIT([lttng-tools],[2.13.4],[jeremie.galarneau@efficios.com],[],[https://lttng.org]) AC_CONFIG_HEADERS([include/config.h]) AC_CONFIG_AUX_DIR([config]) -- 2.34.1