libtraceevent: 1.8.3
diff --git a/Makefile b/Makefile
index c5e0c94..fbb4422 100644
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@
# libtraceevent version
EP_VERSION = 1
EP_PATCHLEVEL = 8
-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 1eb7912..f4aeed1 100644
--- a/meson.build
+++ b/meson.build
@@ -6,7 +6,7 @@
'libtraceevent', ['c'],
meson_version: '>= 0.58.0',
license: 'LGPL-2.1',
- version: '1.8.2',
+ version: '1.8.3',
default_options: [
'c_std=gnu99',
'buildtype=debug',