Signed-off-by: Simon McVittie <smcv@collabora.com>
-dbus 1.16.0 (UNRELEASED)
+dbus 1.16.0 (2024-12-16)
========================
-1.16.x will be a new stable branch, superseding 1.14.x.
+The “one hundred pink frogs” release.
+
+1.16.x is a new stable branch, superseding 1.14.x.
Summary of major changes between 1.14.x and 1.16.0
--------------------------------------------------
project('dbus',
'c',
- version: '1.15.93',
+ version: '1.16.0',
meson_version: '>=0.56',
)
lt_current = 41
## increment any time the source changes;
## set to 0 if you increment CURRENT
-lt_revision = 2
+lt_revision = 3
## 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.