From e54bcf549bf588744d09a58696cc9fc694343616 Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Tue, 25 Jun 2013 17:43:10 -0400 Subject: [PATCH] Version 2.2.0 Signed-off-by: Mathieu Desnoyers --- ChangeLog | 6 ++++++ configure.ac | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index e5d877a8..7969df11 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2013-05-09 lttng-ust 2.2.0 + * Disable doc/examples build + * Fix: lttng-events VPATH build + * doc/examples: build gen-tp example by default + * doc/examples: support BSD make + 2013-05-09 lttng-ust 2.2.0-rc3 * Tracepoint.h: replace assertion by fprintf and abort() * Remove unused assert.h from bitfield.h diff --git a/configure.ac b/configure.ac index ef5cf240..59f747c3 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],[2.2.0-rc3],[mathieu dot desnoyers at efficios dot com]) +AC_INIT([lttng-ust],[2.2.0],[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