aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteven Rostedt (Google) <rostedt@goodmis.org>2023-12-28 15:40:25 -0500
committerSteven Rostedt (Google) <rostedt@goodmis.org>2023-12-28 15:40:25 -0500
commit85a207894ad012db4156aafe18e164db2a83761b (patch)
tree5ea98fcc234b51618292aa9a9d01892ea8df1615
parent6b21b4c995c73f6df3d899de4c43ca3e8b5fee34 (diff)
downloadlibtraceevent-85a207894ad012db4156aafe18e164db2a83761b.tar.gz
libtraceevent: 1.8.1
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 1f7c9f9..4051ef8 100644
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@
# libtraceevent version
EP_VERSION = 1
EP_PATCHLEVEL = 8
-EP_EXTRAVERSION = 0
+EP_EXTRAVERSION = 1
EVENT_PARSE_VERSION = $(EP_VERSION).$(EP_PATCHLEVEL).$(EP_EXTRAVERSION)
MAKEFLAGS += --no-print-directory
diff --git a/meson.build b/meson.build
index 3152823..9ef82b2 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.8.0',
+ version: '1.8.1',
default_options: [
'c_std=gnu99',
'buildtype=debug',