diff mbox series

[1/3] trace-cmd: Start on development of v3.0

Message ID 20210326165014.195430078@goodmis.org (mailing list archive)
State Accepted
Commit e6ae2977f066bf9d66623fe47974c27319968c61
Headers show
Series trace-cmd: Start 3.0 development and remove libraries | expand

Commit Message

Steven Rostedt March 26, 2021, 4:48 p.m. UTC
From: "Steven Rostedt (VMware)" <rostedt@goodmis.org>

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@goodmis.org>
---
 Makefile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
diff mbox series

Patch

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