commit | 078f12930a3ecccfb197df6f1ace771e44957678 | [log] [tgz] |
---|---|---|
author | Steven Rostedt (Google) <rostedt@goodmis.org> | Wed Nov 16 12:06:45 2022 -0500 |
committer | Steven Rostedt (Google) <rostedt@goodmis.org> | Wed Nov 16 12:06:45 2022 -0500 |
tree | 48dee34a6cb8b3d06dceebbc5ac545b1943ea447 | |
parent | 7a29f6caac2d30ed1887567c948e8f75c9091425 [diff] |
libtracefs: version 1.6.1 Signed-off-by: Steven Rostedt (Google) <rostedt@goodmis.org>
diff --git a/Makefile b/Makefile index 9ea3a08..1fbc777 100644 --- a/Makefile +++ b/Makefile
@@ -2,7 +2,7 @@ # libtracefs version TFS_VERSION = 1 TFS_PATCHLEVEL = 6 -TFS_EXTRAVERSION = 0 +TFS_EXTRAVERSION = 1 TRACEFS_VERSION = $(TFS_VERSION).$(TFS_PATCHLEVEL).$(TFS_EXTRAVERSION) export TFS_VERSION