From: Simon McVittie Date: Tue, 29 Oct 2024 17:48:31 +0000 (+0000) Subject: Post-release version bump X-Git-Tag: dbus-1.15.90~12 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dc89ac01a917fc257de4610d388e6bbec68266ba;p=thirdparty%2Fdbus.git Post-release version bump Signed-off-by: Simon McVittie --- diff --git a/NEWS b/NEWS index ead358eee..162e9e4a8 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.14 (UNRELEASED) +========================= + +... + dbus 1.15.12 (2024-10-29) ========================= diff --git a/meson.build b/meson.build index c82dae482..09f2e3fa9 100644 --- a/meson.build +++ b/meson.build @@ -21,7 +21,7 @@ project('dbus', 'c', - version: '1.15.12', + version: '1.15.13', meson_version: '>=0.56', )