From d199691ba17cc82d03b7c57a55a44d61f424f752 Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Fri, 12 Aug 2011 20:19:10 -0400 Subject: [PATCH] Update version to 0.6 Signed-off-by: Mathieu Desnoyers --- ChangeLog | 3 +++ configure.ac | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 829f2b8d..bdcf7432 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,6 @@ +2011-08-12 Babeltrace 0.6 + * Introduce Babeltrace public API: babeltrace.h + * Fix support for gold linker: inappropriate dep removal of plugins 2011-08-12 Babeltrace 0.5 * Initialize size to 0 to eliminate incorrect gcc uninitialized var warning diff --git a/configure.ac b/configure.ac index 1ed70d71..c9bd2504 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ # -*- Autoconf -*- # Process this file with autoconf to produce a configure script. -AC_INIT([babeltrace], [0.5], [mathieu dot desnoyers at efficios dot com]) +AC_INIT([babeltrace], [0.6], [mathieu dot desnoyers at efficios dot com]) AC_CONFIG_AUX_DIR([config]) AC_CANONICAL_TARGET AC_CANONICAL_HOST -- 2.34.1