From 1a470c60c470cb19559441244a4f4d290c2ca9fd Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Wed, 11 Dec 2024 16:21:01 +0000 Subject: [PATCH] Post-release version bump Signed-off-by: Simon McVittie --- NEWS | 5 +++++ meson.build | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index f1b1de8ef..371f7c8bd 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.94 (UNRELEASED) +========================= + +... + dbus 1.15.92 (2024-12-11) ========================= diff --git a/meson.build b/meson.build index 705056516..2c09d179b 100644 --- a/meson.build +++ b/meson.build @@ -21,7 +21,7 @@ project('dbus', 'c', - version: '1.15.92', + version: '1.15.93', meson_version: '>=0.56', ) -- 2.47.3