Update version to v2.12.0-rc3 v2.12.0-rc3
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Fri, 27 Mar 2020 18:39:18 +0000 (14:39 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Fri, 27 Mar 2020 18:39:18 +0000 (14:39 -0400)
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
Change-Id: I7e72fd3a7b710ae373dac88956772b1fe74619af

ChangeLog
configure.ac

index 14b54c2d951ba9ca650b84c0d44a7441cfa8db97..0de40bb81ac640aca6149fad793b6118298e025f 100644 (file)
--- 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
index f3fc79054996c1795ba6ba83a8372b7b84f5be17..cd6ca873cd4526ab0ac2766df0187e753ce68124 100644 (file)
@@ -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])
This page took 0.029185 seconds and 4 git commands to generate.