From de235b67bebde4ba79bf2e22c129f01fe264910f Mon Sep 17 00:00:00 2001 From: David Goulet Date: Fri, 22 Jul 2011 16:20:08 -0400 Subject: [PATCH 1/1] Update version to 2.0-pre2 Signed-off-by: David Goulet --- ChangeLog | 6 ++++++ configure.ac | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index c2a2e417b..e25aa9498 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2011-07-22 lttng-tools 2.0-pre2 + * Multiple fixes + * New add-context options for perf counter and context + * Using the install bin path from autotool for execl() call + * Update quickstart guide + 2011-07-20 lttng-tools 2.0-pre1 * First prerelease of lttng-tools. * Working with the LTTng v2.0-pre1 modules and Babeltrace v0.1 diff --git a/configure.ac b/configure.ac index fd2b607e5..8f757edd7 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([lttng-tools], [2.0-pre1], [david.goulet@polymtl.ca], ,[http://lttng.org]) +AC_INIT([lttng-tools], [2.0-pre2], [david.goulet@polymtl.ca], ,[http://lttng.org]) AC_CONFIG_AUX_DIR([config]) AC_CANONICAL_TARGET AC_CANONICAL_HOST -- 2.34.1