From 00df03c6816678530f8a32281ea3ecffd2cc1ce4 Mon Sep 17 00:00:00 2001 From: David Goulet Date: Sat, 23 Jul 2011 13:06:07 -0400 Subject: [PATCH] Update version to 2.0-pre3 Signed-off-by: David Goulet --- ChangeLog | 3 +++ configure.ac | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index e25aa9498..7e64e8bb2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,6 @@ +2011-07-23 lttng-tools 2.0-pre3 + * Fix perf hw cache counter config values + 2011-07-22 lttng-tools 2.0-pre2 * Multiple fixes * New add-context options for perf counter and context diff --git a/configure.ac b/configure.ac index 8f757edd7..d6b8d09cb 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([lttng-tools], [2.0-pre2], [david.goulet@polymtl.ca], ,[http://lttng.org]) +AC_INIT([lttng-tools], [2.0-pre3], [david.goulet@polymtl.ca], ,[http://lttng.org]) AC_CONFIG_AUX_DIR([config]) AC_CANONICAL_TARGET AC_CANONICAL_HOST -- 2.34.1