Signed-off-by: Simon McVittie <smcv@collabora.com>
-dbus 1.15.10 (UNRELEASED)
+dbus 1.15.10 (2024-09-25)
=========================
Build-time configuration changes:
project('dbus',
'c',
- version: '1.15.9',
+ version: '1.15.10',
meson_version: '>=0.56',
)
lt_current = 41
## increment any time the source changes;
## set to 0 if you increment CURRENT
-lt_revision = 0
+lt_revision = 1
## increment if any interfaces have been added;
## set to 0 if any interfaces have been changed or removed.
## removal has precedence over adding, so set to 0 if both happened.