From c9dc1289e040c542f96fbfd558267786816d5703 Mon Sep 17 00:00:00 2001 From: David Goulet Date: Tue, 3 Sep 2013 21:25:31 -0400 Subject: [PATCH] Update version to v2.3.0 Signed-off-by: David Goulet --- ChangeLog | 3 +++ configure.ac | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 29e502797..4868c2c23 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,6 @@ +2013-09-03 lttng-tools 2.3.0 + * Fix: remove periodical flush test from make check + 2013-08-30 lttng-tools 2.3.0-rc3 * Fix: hashtable: take split_count_order into account * Fix: remove wrong doing asserts in sessiond diff --git a/configure.ac b/configure.ac index 98da54c36..f5f4b26d9 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([lttng-tools],[2.3.0-rc3],[dgoulet@efficios.com],[],[http://lttng.org]) +AC_INIT([lttng-tools],[2.3.0],[dgoulet@efficios.com],[],[http://lttng.org]) AC_CONFIG_AUX_DIR([config]) AC_CANONICAL_TARGET AC_CANONICAL_HOST -- 2.34.1