From 9f570760b11bd37df95d535f392cc8f31073cae4 Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Fri, 15 Jul 2011 14:52:33 -0400 Subject: [PATCH] Update version to 0.15 Signed-off-by: Mathieu Desnoyers --- ChangeLog | 4 ++++ configure.ac | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 7914c8b..b46b15d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2011-07-15 ust 0.15 + * Add backward compability for tracepoint API (still planned for + deprecation, but should make the transition smoother). + 2011-06-12 ust 0.14 * Rename trace_mark() API to ust_marker(). Old macros kept for slow deprecation. diff --git a/configure.ac b/configure.ac index a24525f..bd27236 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ # -*- Autoconf -*- # Process this file with autoconf to produce a configure script. -AC_INIT([ust], [0.14], [mathieu dot desnoyers at efficios dot com]) +AC_INIT([ust], [0.15], [mathieu dot desnoyers at efficios dot com]) AC_CONFIG_AUX_DIR([config]) AC_CANONICAL_TARGET AC_CANONICAL_HOST -- 2.34.1