commit | 93f4d523856710929c715f8124b219e17da735df | [log] [tgz] |
---|---|---|
author | Steven Rostedt (Google) <rostedt@goodmis.org> | Thu Sep 22 18:29:43 2022 -0400 |
committer | Steven Rostedt (Google) <rostedt@goodmis.org> | Thu Sep 22 18:29:43 2022 -0400 |
tree | adf1321ac76ec6f7da5c2f2300486945dac2a772 | |
parent | bc857db9f456cc58cd6e388024769e051ad75f84 [diff] |
libtracefs: version 1.5 Signed-off-by: Steven Rostedt (Google) <rostedt@goodmis.org>
diff --git a/Makefile b/Makefile index 1d25c14..689b7ce 100644 --- a/Makefile +++ b/Makefile
@@ -1,8 +1,8 @@ # SPDX-License-Identifier: LGPL-2.1 # libtracefs version TFS_VERSION = 1 -TFS_PATCHLEVEL = 4 -TFS_EXTRAVERSION = 2 +TFS_PATCHLEVEL = 5 +TFS_EXTRAVERSION = 0 TRACEFS_VERSION = $(TFS_VERSION).$(TFS_PATCHLEVEL).$(TFS_EXTRAVERSION) export TFS_VERSION