aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteven Rostedt (Google) <rostedt@goodmis.org>2022-03-14 09:33:36 -0400
committerSteven Rostedt (Google) <rostedt@goodmis.org>2022-03-14 09:33:36 -0400
commit446c52a5e5b369935aaf95b8075f476cb0a935c0 (patch)
tree723416044a0d51809fe6bae7007b12374c004e8a
parent3869d1529a99a08645d8ef41077251ead78c8ebb (diff)
downloadtrace-cmd-446c52a5e5b369935aaf95b8075f476cb0a935c0.tar.gz
libtracecmd: Version 1.1.1
Signed-off-by: Steven Rostedt (Google) <rostedt@goodmis.org>
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index a798c257..1a96fa5e 100644
--- a/Makefile
+++ b/Makefile
@@ -11,8 +11,8 @@ export TC_EXTRAVERSION
export TRACECMD_VERSION
LIBTC_VERSION = 1
-LIBTC_PATCHLEVEL = 0
-LIBTC_EXTRAVERSION = 0
+LIBTC_PATCHLEVEL = 1
+LIBTC_EXTRAVERSION = 1
LIBTRACECMD_VERSION = $(LIBTC_VERSION).$(LIBTC_PATCHLEVEL).$(LIBTC_EXTRAVERSION)
export LIBTC_VERSION