From: Steven Rostedt <rostedt@goodmis.org>
To: linux-trace-devel@vger.kernel.org
Subject: [PATCH 1/3] trace-cmd: Start on development of v3.0
Date: Fri, 26 Mar 2021 12:48:44 -0400 [thread overview]
Message-ID: <20210326165014.195430078@goodmis.org> (raw)
In-Reply-To: 20210326164843.976844292@goodmis.org
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 --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
next prev parent reply other threads:[~2021-03-26 16:51 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-03-26 16:48 [PATCH 0/3] trace-cmd: Start 3.0 development and remove libraries Steven Rostedt
2021-03-26 16:48 ` Steven Rostedt [this message]
2021-03-26 16:48 ` [PATCH 2/3] trace-cmd: Remove libtraceevent code Steven Rostedt
2021-03-26 16:48 ` [PATCH 3/3] trace-cmd: Remove libtracefs code Steven Rostedt
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20210326165014.195430078@goodmis.org \
--to=rostedt@goodmis.org \
--cc=linux-trace-devel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.