From: Simon McVittie Date: Fri, 6 Dec 2024 16:49:59 +0000 (+0000) Subject: Post-release version bump to 1.15.91 X-Git-Tag: dbus-1.15.92~17 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3543d2373520f542ce5191dca6634372ebb4225c;p=thirdparty%2Fdbus.git Post-release version bump to 1.15.91 Signed-off-by: Simon McVittie --- 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', )