From: Mathieu Desnoyers Date: Sat, 13 Aug 2011 00:19:10 +0000 (-0400) Subject: Update version to 0.6 X-Git-Tag: v0.6 X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=commitdiff_plain;h=refs%2Ftags%2Fv0.6 Update version to 0.6 Signed-off-by: Mathieu Desnoyers --- 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