From 54d2e210785c7d839615e4398455d11a75206fb7 Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Fri, 23 Dec 2011 11:04:01 -0500 Subject: [PATCH] Update version to 1.9.4 Signed-off-by: Mathieu Desnoyers --- ChangeLog | 4 ++++ configure.ac | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index aec1b497..b4d2b643 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2011-12-23 lttng-ust 1.9.4 + * Split liblttng-ust into liblttng-ust and liblttng-ust-tracepoint libs + * Comment the union field (only used in call_rcu scheme) + 2011-12-21 lttng-ust 1.9.3 * Fix clock source overflow on 32-bit archs * Remove unused trace_clock_frequency diff --git a/configure.ac b/configure.ac index 0c99606a..a3f18a9d 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ # -*- Autoconf -*- # Process this file with autoconf to produce a configure script. -AC_INIT([lttng-ust],[1.9.3],[mathieu dot desnoyers at efficios dot com]) +AC_INIT([lttng-ust],[1.9.4],[mathieu dot desnoyers at efficios dot com]) # Following the numbering scheme proposed by libtool for the library version # http://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html -- 2.34.1