From ebc9117525f3f3bb98339cd96461c07b51507beb Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Wed, 25 Sep 2024 14:19:13 +0100 Subject: [PATCH] Prepare v1.15.10 Signed-off-by: Simon McVittie --- NEWS | 2 +- meson.build | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index 93163ac0e..3851bcee8 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -dbus 1.15.10 (UNRELEASED) +dbus 1.15.10 (2024-09-25) ========================= Build-time configuration changes: diff --git a/meson.build b/meson.build index 3221abf14..65fc1c7d5 100644 --- a/meson.build +++ b/meson.build @@ -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. -- 2.47.3