From: Mathieu Desnoyers Date: Tue, 23 Jun 2015 17:36:47 +0000 (-0400) Subject: Bump tracer version to 2.7.0-pre X-Git-Tag: v2.7.0-rc1~18 X-Git-Url: http://git.lttng.org/?p=lttng-ust.git;a=commitdiff_plain;h=59c93319b56db5c717702208667c92373ef3ed24 Bump tracer version to 2.7.0-pre Trace viewers use the tracer minor version to know which event name to expect for the statedump. Since we changed the namespacing of those events for 2.7, switch the tracer minor version to "7" before rc1, hence the use of "pre" at this stage of the release process. Signed-off-by: Mathieu Desnoyers --- diff --git a/configure.ac b/configure.ac index 971cf54e..03483a77 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.6.0-rc1],[mathieu dot desnoyers at efficios dot com]) +AC_INIT([lttng-ust],[2.7.0-pre],[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