aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteven Rostedt (VMware) <rostedt@goodmis.org>2019-06-17 15:24:26 -0400
committerSteven Rostedt (VMware) <rostedt@goodmis.org>2019-06-17 15:24:26 -0400
commit2daa6666765f6def370a1e5723f719f7174d12e2 (patch)
tree398260dc72569c80934edc69cf967b1cf25429e4
parent9b64140a4e602d87216d0d612fa2a70396464cb9 (diff)
downloadtrace-cmd-2daa6666765f6def370a1e5723f719f7174d12e2.tar.gz
trace-cmd: Start on 2.9 (or 3.0) development cycle
Update the Makefile to show all new changes are on the next development cycle. Signed-off-by: Steven Rostedt (VMware) <rostedt@goodmis.org>
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index d34c6156..693f33b6 100644
--- a/Makefile
+++ b/Makefile
@@ -1,8 +1,8 @@
# SPDX-License-Identifier: GPL-2.0
# trace-cmd version
TC_VERSION = 2
-TC_PATCHLEVEL = 8
-TC_EXTRAVERSION =
+TC_PATCHLEVEL = 9
+TC_EXTRAVERSION = dev
TRACECMD_VERSION = $(TC_VERSION).$(TC_PATCHLEVEL).$(TC_EXTRAVERSION)
export TC_VERSION