]> git.ipfire.org Git - thirdparty/dbus.git/commitdiff
Prepare v1.16.0 dbus-1.16.0
authorSimon McVittie <smcv@collabora.com>
Mon, 16 Dec 2024 12:20:50 +0000 (12:20 +0000)
committerSimon McVittie <smcv@collabora.com>
Mon, 16 Dec 2024 12:21:54 +0000 (12:21 +0000)
Signed-off-by: Simon McVittie <smcv@collabora.com>
NEWS
meson.build

diff --git a/NEWS b/NEWS
index c70a1ca9d5547c3ac4c57f5168d9205a8fe433ca..3bf888a2a3576d0f834b68bee3ccd309e4c88041 100644 (file)
--- 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
 --------------------------------------------------
index 2c09d179b493c09266a9bfa9263d7b94c38e5724..216ac882a2a1d96fb6912e26cd6f7684db146bef 100644 (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.