aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteven Rostedt (Google) <rostedt@goodmis.org>2023-06-07 15:47:52 -0400
committerSteven Rostedt (Google) <rostedt@goodmis.org>2023-06-07 15:49:26 -0400
commitaebab37379d0fbadc702d64aca0fe5cf18676404 (patch)
tree9ac370847de665ac25218719492eb3866d51e840
parenta3237c35b2a5b3b44356eef8be951f5dc4805265 (diff)
downloadlibtracefs-aebab37379d0fbadc702d64aca0fe5cf18676404.tar.gz
libtracefs: version 1.7libtracefs-1.7.0
Signed-off-by: Steven Rostedt (Google) <rostedt@goodmis.org>
-rw-r--r--Makefile2
-rw-r--r--meson.build2
2 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 2a1c7a8..9f377e9 100644
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@
# libtracefs version
TFS_VERSION = 1
TFS_PATCHLEVEL = 7
-TFS_EXTRAVERSION = dev
+TFS_EXTRAVERSION = 0
TRACEFS_VERSION = $(TFS_VERSION).$(TFS_PATCHLEVEL).$(TFS_EXTRAVERSION)
export TFS_VERSION
diff --git a/meson.build b/meson.build
index e793cfc..d0f0e2d 100644
--- a/meson.build
+++ b/meson.build
@@ -6,7 +6,7 @@ project(
'libtracefs', ['c'],
meson_version: '>= 0.50.0',
license: 'LGPL-2.1',
- version: '1.6.3',
+ version: '1.7',
default_options: [
'c_std=gnu99',
'buildtype=debug',