aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteven Rostedt (Google) <rostedt@goodmis.org>2023-12-24 14:40:53 -0500
committerSteven Rostedt (Google) <rostedt@goodmis.org>2023-12-24 14:40:53 -0500
commit8cf5315f7f22fccc6083fcef1f9ec01d52106371 (patch)
tree5aecd161781ea77b2e90804fef63361b211ab8e3
parent7a4d5b2425206207e8aed35652b7a2d00109ca66 (diff)
downloadlibtraceevent-8cf5315f7f22fccc6083fcef1f9ec01d52106371.tar.gz
libtraceevent: 1.8libtraceevent-1.8.0
Signed-off-by: Steven Rostedt (Google) <rostedt@goodmis.org>
-rw-r--r--Makefile4
-rw-r--r--meson.build2
2 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 501071f..1f7c9f9 100644
--- a/Makefile
+++ b/Makefile
@@ -1,8 +1,8 @@
# SPDX-License-Identifier: GPL-2.0
# libtraceevent version
EP_VERSION = 1
-EP_PATCHLEVEL = 7
-EP_EXTRAVERSION = 3
+EP_PATCHLEVEL = 8
+EP_EXTRAVERSION = 0
EVENT_PARSE_VERSION = $(EP_VERSION).$(EP_PATCHLEVEL).$(EP_EXTRAVERSION)
MAKEFLAGS += --no-print-directory
diff --git a/meson.build b/meson.build
index 48db4e4..3152823 100644
--- a/meson.build
+++ b/meson.build
@@ -6,7 +6,7 @@ project(
'libtraceevent', ['c'],
meson_version: '>= 0.58.0',
license: 'LGPL-2.1',
- version: '1.7.3',
+ version: '1.8.0',
default_options: [
'c_std=gnu99',
'buildtype=debug',