aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteven Rostedt (Google) <rostedt@goodmis.org>2023-01-09 20:14:30 -0500
committerSteven Rostedt (Google) <rostedt@goodmis.org>2023-01-09 20:14:30 -0500
commitaf49d832f46631597e0aabb2302bd0f56a9cad29 (patch)
tree44c55a81a281a6c211745c0abc68352aeaf0180f
parentcfe573a5f506dd6223de8047f2db5ee3b8026552 (diff)
downloadlibtracefs-af49d832f46631597e0aabb2302bd0f56a9cad29.tar.gz
libtracefs: version 1.6.4
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 36c2076..61ed976 100644
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@
# libtracefs version
TFS_VERSION = 1
TFS_PATCHLEVEL = 6
-TFS_EXTRAVERSION = 3
+TFS_EXTRAVERSION = 4
TRACEFS_VERSION = $(TFS_VERSION).$(TFS_PATCHLEVEL).$(TFS_EXTRAVERSION)
export TFS_VERSION