From 76ab874e153397a0fd527f2198af2f3f33fa3290 Mon Sep 17 00:00:00 2001 From: David Goulet Date: Tue, 14 Feb 2012 09:18:56 -0500 Subject: [PATCH] Update version to 2.0-pre22 Signed-off-by: David Goulet --- ChangeLog | 5 +++++ configure.ac | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index a1d4afdfd..5cff669ca 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2012-02-14 lttng-tools 2.0-pre22 + * Add the bash-completion file to the dist tarball + * Add the LICENSE file too + * Package used for the Ubuntu LTS (feature freeze) + 2012-02-13 lttng-tools 2.0-pre21 * Fix licensing for hashtable/utils.c * Print loglevel value in list -u diff --git a/configure.ac b/configure.ac index f0c52dcbe..4a1ff35c6 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([lttng-tools],[2.0-pre21],[dgoulet@efficios.com],[],[http://lttng.org]) +AC_INIT([lttng-tools],[2.0-pre22],[dgoulet@efficios.com],[],[http://lttng.org]) AC_CONFIG_AUX_DIR([config]) AC_CANONICAL_TARGET AC_CANONICAL_HOST -- 2.34.1