From 6e2b9096c77138593097335b9b27202d98918089 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Galarneau?= Date: Tue, 10 Nov 2015 13:38:44 -0500 Subject: [PATCH] Update version to v1.3.1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérémie Galarneau --- ChangeLog | 6 ++++++ configure.ac | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 7be6a298..6fba1e23 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2015-11-10 babeltrace 1.3.1 + * Fix: Confusion between stream and stream class IDs + * Only compare "bison -y" to the basename of YACC variable + * Cleanup: Don't hardcode include paths unnecessarily + * Fix: include ctf-scanner-symbols.h to prefix yy_* symbols + 2015-10-16 babeltrace 1.3.0 * Fix: missing includes break the out-of-tree build * Fix: Silence missing sentinel warnings on GCC 4 diff --git a/configure.ac b/configure.ac index b358a083..5f3c7338 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.50]) -AC_INIT([babeltrace],[1.3.0],[jeremie.galarneau@efficios.com],[],[https://diamon.org/babeltrace]) +AC_INIT([babeltrace],[1.3.1],[jeremie.galarneau@efficios.com],[],[https://diamon.org/babeltrace]) # 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