aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteven Rostedt (Google) <rostedt@goodmis.org>2022-11-15 16:32:01 -0500
committerSteven Rostedt (Google) <rostedt@goodmis.org>2022-11-15 16:32:01 -0500
commit9c1556a5f00106b8805a3e0b73b4263dffef082c (patch)
tree0cea547db5fb9b2b7feb18d14f88d3f38e0111c8
parent825035621ec3188a1761b65b41fa120ebabe58bc (diff)
downloadlibtracefs-9c1556a5f00106b8805a3e0b73b4263dffef082c.tar.gz
libtracefs: version 1.6libtracefs-1.6.0
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 8a6c697..9ea3a08 100644
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@
# libtracefs version
TFS_VERSION = 1
TFS_PATCHLEVEL = 6
-TFS_EXTRAVERSION = dev
+TFS_EXTRAVERSION = 0
TRACEFS_VERSION = $(TFS_VERSION).$(TFS_PATCHLEVEL).$(TFS_EXTRAVERSION)
export TFS_VERSION