From 3543d2373520f542ce5191dca6634372ebb4225c Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Fri, 6 Dec 2024 16:49:59 +0000 Subject: [PATCH] Post-release version bump to 1.15.91 Signed-off-by: Simon McVittie --- NEWS | 5 +++++ meson.build | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 2c24d5d41..19bf3b258 100644 --- a/NEWS +++ b/NEWS @@ -59,6 +59,11 @@ New features and significant bug fixes: • Portability to CPU architectures with larger-than-64-bit pointers +dbus 1.15.91 (UNRELEASED) +========================= + +... + dbus 1.15.90 (2024-12-06) ========================= diff --git a/meson.build b/meson.build index 961211087..1a1e80881 100644 --- a/meson.build +++ b/meson.build @@ -21,7 +21,7 @@ project('dbus', 'c', - version: '1.15.90', + version: '1.15.91', meson_version: '>=0.56', ) -- 2.47.3