aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteven Rostedt (Google) <rostedt@goodmis.org>2022-03-16 15:31:27 -0400
committerSteven Rostedt (Google) <rostedt@goodmis.org>2022-03-16 15:35:04 -0400
commit1b61eb2cf08223a751d7c247e8f759016256f848 (patch)
treec9211dc108acc119ee0eff31a15dd7447dd0a585
parent91b89e57f76feb26aa574deebd97956cfa539aa3 (diff)
downloadtrace-cmd-1b61eb2cf08223a751d7c247e8f759016256f848.tar.gz
libtracecmd: Version 1.1.2
Signed-off-by: Steven Rostedt (Google) <rostedt@goodmis.org>
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 52263613..e60c5108 100644
--- a/Makefile
+++ b/Makefile
@@ -12,7 +12,7 @@ export TRACECMD_VERSION
LIBTC_VERSION = 1
LIBTC_PATCHLEVEL = 1
-LIBTC_EXTRAVERSION = 1
+LIBTC_EXTRAVERSION = 2
LIBTRACECMD_VERSION = $(LIBTC_VERSION).$(LIBTC_PATCHLEVEL).$(LIBTC_EXTRAVERSION)
export LIBTC_VERSION