From: Simon McVittie Date: Mon, 16 Dec 2024 12:20:50 +0000 (+0000) Subject: Prepare v1.16.0 X-Git-Tag: dbus-1.16.0^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=69e79b896a48ede68fb67b34719656a231c0647b;p=thirdparty%2Fdbus.git Prepare v1.16.0 Signed-off-by: Simon McVittie --- diff --git a/NEWS b/NEWS index c70a1ca9d..3bf888a2a 100644 --- a/NEWS +++ b/NEWS @@ -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 -------------------------------------------------- diff --git a/meson.build b/meson.build index 2c09d179b..216ac882a 100644 --- a/meson.build +++ b/meson.build @@ -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.