aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteven Rostedt (Google) <rostedt@goodmis.org>2023-06-07 15:44:07 -0400
committerSteven Rostedt (Google) <rostedt@goodmis.org>2023-06-07 15:49:02 -0400
commitdd148189b74da3e2f45c7e536319fec97cb71213 (patch)
tree2776368f93659fbe019d846f5a3b0b112635f8f1
parent0b9a34e45975edecfb8569849bfd9f5b3039f19f (diff)
downloadlibtraceevent-dd148189b74da3e2f45c7e536319fec97cb71213.tar.gz
libtraceevent: version 1.7.3libtraceevent-1.7.3
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 6cae065..501071f 100644
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@
# libtraceevent version
EP_VERSION = 1
EP_PATCHLEVEL = 7
-EP_EXTRAVERSION = 2
+EP_EXTRAVERSION = 3
EVENT_PARSE_VERSION = $(EP_VERSION).$(EP_PATCHLEVEL).$(EP_EXTRAVERSION)
MAKEFLAGS += --no-print-directory
diff --git a/meson.build b/meson.build
index 86907b2..b61c873 100644
--- a/meson.build
+++ b/meson.build
@@ -6,7 +6,7 @@ project(
'libtraceevent', ['c'],
meson_version: '>= 0.50.0',
license: 'LGPL-2.1',
- version: '1.7.0',
+ version: '1.7.3',
default_options: [
'c_std=gnu99',
'buildtype=debug',