From: Jérémie Galarneau Date: Fri, 27 Mar 2020 18:39:18 +0000 (-0400) Subject: Update version to v2.12.0-rc3 X-Git-Tag: v2.12.0-rc3^0 X-Git-Url: https://git.liburcu.org/?a=commitdiff_plain;h=ec14a211ba85bb7d15f22affebcc5fdd76b1b9c0;p=lttng-tools.git Update version to v2.12.0-rc3 Signed-off-by: Jérémie Galarneau Change-Id: I7e72fd3a7b710ae373dac88956772b1fe74619af --- 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])