From: "Steven Rostedt (VMware)" <rostedt@xxxxxxxxxxx> This is the start of v3.0 development and will remove the code provided by libtracefs, libtraceevent as well as KernelShark when the external repo is ready. Signed-off-by: Steven Rostedt (VMware) <rostedt@xxxxxxxxxxx> --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 821cea514fd5..d7a8e2b81baa 100644 --- a/Makefile +++ b/Makefile @@ -1,8 +1,8 @@ # SPDX-License-Identifier: GPL-2.0 # trace-cmd version -TC_VERSION = 2 -TC_PATCHLEVEL = 9 -TC_EXTRAVERSION = 2 +TC_VERSION = 3 +TC_PATCHLEVEL = 0 +TC_EXTRAVERSION = -dev TRACECMD_VERSION = $(TC_VERSION).$(TC_PATCHLEVEL).$(TC_EXTRAVERSION) export TC_VERSION -- 2.30.1