aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteven Rostedt (Google) <rostedt@goodmis.org>2022-10-21 20:25:22 -0400
committerSteven Rostedt (Google) <rostedt@goodmis.org>2022-10-21 20:25:22 -0400
commite1f9116f7670b87f76ef602b6bc0f82950527565 (patch)
tree80fa0ed78c429fdf2e675059676f5280ca231e27
parentfaa0ba7f81b6dcaf6f9e3d27fae28b73ed5da5a0 (diff)
downloadlibtracefs-e1f9116f7670b87f76ef602b6bc0f82950527565.tar.gz
libtracefs: Start the new development on 1.6
Signed-off-by: Steven Rostedt (Google) <rostedt@goodmis.org>
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 689b7ce..54ea247 100644
--- a/Makefile
+++ b/Makefile
@@ -1,8 +1,8 @@
# SPDX-License-Identifier: LGPL-2.1
# libtracefs version
TFS_VERSION = 1
-TFS_PATCHLEVEL = 5
-TFS_EXTRAVERSION = 0
+TFS_PATCHLEVEL = 6
+TFS_EXTRAVERSION = dev
TRACEFS_VERSION = $(TFS_VERSION).$(TFS_PATCHLEVEL).$(TFS_EXTRAVERSION)
export TFS_VERSION