From 59c93319b56db5c717702208667c92373ef3ed24 Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Tue, 23 Jun 2015 13:36:47 -0400 Subject: [PATCH] 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 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.34.1