| commit | b8ca7189a5f28148852e667c07165325dcb633fc | [log] [tgz] |
|---|---|---|
| author | Steven Rostedt (Google) <rostedt@goodmis.org> | Wed Feb 23 16:44:37 2022 -0500 |
| committer | Steven Rostedt (Google) <rostedt@goodmis.org> | Wed Feb 23 16:44:37 2022 -0500 |
| tree | 786187e03587c3654ab9f80a37242e2b450c3d7d | |
| parent | f35dc1dc736ef0982739e0f8aa380d85a42fce45 [diff] |
libtracefs: version 1.3 Signed-off-by: Steven Rostedt (Google) <rostedt@goodmis.org>
diff --git a/Makefile b/Makefile index b43e0aa..48426f0 100644 --- a/Makefile +++ b/Makefile
@@ -2,7 +2,7 @@ # libtracefs version TFS_VERSION = 1 TFS_PATCHLEVEL = 3 -TFS_EXTRAVERSION = dev +TFS_EXTRAVERSION = 0 TRACEFS_VERSION = $(TFS_VERSION).$(TFS_PATCHLEVEL).$(TFS_EXTRAVERSION) export TFS_VERSION