diff mbox series

trace-cmd: Up the min version of libtraceevent to 1.3 and libtracefs to 1.2

Message ID 20210513093015.08580db6@gandalf.local.home (mailing list archive)
State Accepted
Commit b0eed434d4ef26c70033a07fe7e95e5e4fc52bce
Headers show
Series trace-cmd: Up the min version of libtraceevent to 1.3 and libtracefs to 1.2 | expand

Commit Message

Steven Rostedt May 13, 2021, 1:30 p.m. UTC
From: "Steven Rostedt (VMware)" <rostedt@goodmis.org>

Allow trace-cmd to use the new API of libtraceevent 1.3 (namely the new
logging functions) and the API of libtracefs (have access to some of the
writing functions).

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

Patch

diff --git a/Makefile b/Makefile
index 0d8fea0d..b7783d60 100644
--- a/Makefile
+++ b/Makefile
@@ -22,8 +22,8 @@  export LIBTRACECMD_VERSION
 
 VERSION_FILE = ltc_version.h
 
-LIBTRACEEVENT_MIN_VERSION = 1.2
-LIBTRACEFS_MIN_VERSION = 1.1
+LIBTRACEEVENT_MIN_VERSION = 1.3
+LIBTRACEFS_MIN_VERSION = 1.2
 
 MAKEFLAGS += --no-print-directory