diff mbox series

trace-cmd: Set min version of libtracefs to 1.1

Message ID 20210407145309.240cbcbd@gandalf.local.home (mailing list archive)
State Accepted
Commit 55fff502bb61a2a67a7235313d527bb976170d63
Headers show
Series trace-cmd: Set min version of libtracefs to 1.1 | expand

Commit Message

Steven Rostedt April 7, 2021, 6:53 p.m. UTC
From: "Steven Rostedt (VMware)" <rostedt@goodmis.org>

I noticed that the current development of trace-cmd has already started
using new APIs of libtracefs that are not part of libtracefs 1.0. Having
set the latest development of libtracefs to 1.1.dev, we can now start
utilizing all the 1.1 APIs, and up the minimum value the build checks for
to 1.1.

Signed-off-by: Steven Rostedt (VMware) <rostedt@goodmis.org>
---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/Makefile b/Makefile
index 7971f01c..6e330e47 100644
--- a/Makefile
+++ b/Makefile
@@ -21,7 +21,7 @@  export LIBTC_EXTRAVERSION
 export LIBTRACECMD_VERSION
 
 LIBTRACEEVENT_MIN_VERSION = 1.1
-LIBTRACEFS_MIN_VERSION = 1.0
+LIBTRACEFS_MIN_VERSION = 1.1
 
 MAKEFLAGS += --no-print-directory