]> git.ipfire.org Git - thirdparty/dbus.git/commitdiff
Prepare v1.15.10 dbus-1.15.10
authorSimon McVittie <smcv@collabora.com>
Wed, 25 Sep 2024 13:19:13 +0000 (14:19 +0100)
committerSimon McVittie <smcv@collabora.com>
Wed, 25 Sep 2024 14:16:47 +0000 (15:16 +0100)
Signed-off-by: Simon McVittie <smcv@collabora.com>
NEWS
meson.build

diff --git a/NEWS b/NEWS
index 93163ac0e3b20905035f5d721f57aa8b8087dc45..3851bcee87e4951598670d2f98a46f47ea2b97ae 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-dbus 1.15.10 (UNRELEASED)
+dbus 1.15.10 (2024-09-25)
 =========================
 
 Build-time configuration changes:
index 3221abf14091d3822b3ba128e8b1d91e82bc7fe6..65fc1c7d5f56a8e7be037f609552664edd8c1207 100644 (file)
@@ -21,7 +21,7 @@
 
 project('dbus',
     'c',
-    version: '1.15.9',
+    version: '1.15.10',
     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 = 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.