From c54722d0ebde211507ccdecc22a74a160abcf742 Mon Sep 17 00:00:00 2001 From: David Goulet Date: Thu, 9 Feb 2012 16:44:55 -0500 Subject: [PATCH] Update version to 2.0-pre20 Signed-off-by: David Goulet --- ChangeLog | 7 +++++++ configure.ac | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 5c8759533..f07be6cf9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2012-02-02 lttng-tools 2.0-pre20 + * New lttng view command + * Multiple loglevel fixes + * Fix list command + * Fix session syscall listing + * Multiple fixes across the code base + 2012-02-02 lttng-tools 2.0-pre19 * Update lttng ust ABI/API copy * Implement UST calibrate and change default diff --git a/configure.ac b/configure.ac index e8c0e73fa..f9a16664e 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([lttng-tools],[2.0-pre19],[dgoulet@efficios.com],[],[http://lttng.org]) +AC_INIT([lttng-tools],[2.0-pre20],[dgoulet@efficios.com],[],[http://lttng.org]) AC_CONFIG_AUX_DIR([config]) AC_CANONICAL_TARGET AC_CANONICAL_HOST -- 2.34.1