From: Jérémie Galarneau Date: Tue, 10 Nov 2015 18:38:44 +0000 (-0500) Subject: Update version to v1.3.1 X-Git-Tag: v1.3.1^0 X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=commitdiff_plain;h=6e2b9096c77138593097335b9b27202d98918089 Update version to v1.3.1 Signed-off-by: Jérémie Galarneau --- 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