From: Mathieu Desnoyers Date: Fri, 15 Jul 2011 18:52:33 +0000 (-0400) Subject: Update version to 0.15 X-Git-Tag: v0.15 X-Git-Url: http://git.lttng.org/?p=ust.git;a=commitdiff_plain;h=9f570760b11bd37df95d535f392cc8f31073cae4 Update version to 0.15 Signed-off-by: Mathieu Desnoyers --- 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