From ec14a211ba85bb7d15f22affebcc5fdd76b1b9c0 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Galarneau?= Date: Fri, 27 Mar 2020 14:39:18 -0400 Subject: [PATCH] Update version to v2.12.0-rc3 MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérémie Galarneau Change-Id: I7e72fd3a7b710ae373dac88956772b1fe74619af --- ChangeLog | 3 +++ configure.ac | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 14b54c2d9..0de40bb81 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,6 @@ +2020-03-27 lttng-tools 2.12.0-rc3 (International Stay at Home Month) + * Fix: remove duplicated AC_INIT directive + 2020-03-27 lttng-tools 2.12.0-rc2 (International Stay at Home Month) * Fix: sessiond: NULL pointer dereference after NULL check * Fix: sessiond: missing goto in error handler diff --git a/configure.ac b/configure.ac index f3fc79054..cd6ca873c 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.12.0-rc2],[jeremie.galarneau@efficios.com],[],[https://lttng.org]) +AC_INIT([lttng-tools],[2.12.0-rc3],[jeremie.galarneau@efficios.com],[],[https://lttng.org]) AC_CONFIG_HEADERS([include/config.h]) AC_CONFIG_AUX_DIR([config]) -- 2.34.1