From 0916c6998baf6d2c6a574ae6dcf7ee3172141608 Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Mon, 13 Feb 2012 18:30:39 -0500 Subject: [PATCH] Update version to 0.11.1 Signed-off-by: Mathieu Desnoyers --- ChangeLog | 3 +++ configure.ac | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 767a9ad5..40208c7b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,6 @@ +2012-02-13 Babeltrace 0.11.1 + * Add trace-collection.h to the installed headers + 2012-02-13 Babeltrace 0.11 * Add --clock-force-correlate option * lib: open trace error handling fix diff --git a/configure.ac b/configure.ac index 19547e8d..b5cbb42f 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.11],[mathieu dot desnoyers at efficios dot com]) +AC_INIT([babeltrace],[0.11.1],[mathieu dot desnoyers at efficios dot com]) AC_CONFIG_AUX_DIR([config]) AC_CANONICAL_TARGET AC_CANONICAL_HOST -- 2.34.1