From 223be86b3f1e2750e9d0bf6e022f2696e84c07d7 Mon Sep 17 00:00:00 2001 From: David Goulet Date: Wed, 20 Jul 2011 12:38:53 -0400 Subject: [PATCH] Update version to 2.0-pre1 Signed-off-by: David Goulet --- ChangeLog | 3 +++ configure.ac | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index e69de29bb..c2a2e417b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -0,0 +1,3 @@ +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 231a3c099..fd2b607e5 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([lttng-tools], [0.0.1], [david.goulet@polymtl.ca], ,[http://lttng.org]) +AC_INIT([lttng-tools], [2.0-pre1], [david.goulet@polymtl.ca], ,[http://lttng.org]) AC_CONFIG_AUX_DIR([config]) AC_CANONICAL_TARGET AC_CANONICAL_HOST -- 2.34.1