Prepare v1.16.0

Signed-off-by: Simon McVittie <smcv@collabora.com>
This commit is contained in:
Simon McVittie 2024-12-16 12:20:50 +00:00
parent 971060ad73
commit 69e79b896a
2 changed files with 6 additions and 4 deletions

6
NEWS
View file

@ -1,7 +1,9 @@
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
--------------------------------------------------

View file

@ -21,7 +21,7 @@
project('dbus',
'c',
version: '1.15.93',
version: '1.16.0',
meson_version: '>=0.56',
)
@ -70,7 +70,7 @@ config.set_quoted('DBUS_DAEMON_NAME', 'dbus-daemon')
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.