From 08fcca5e7d183dc41aedbd4b3deaf36745eec254 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Mon, 16 Dec 2024 15:35:21 +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 3bf888a2..d8e257bd 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,8 @@ +dbus 1.16.1 (UNRELEASED) +======================== + +... + dbus 1.16.0 (2024-12-16) ======================== diff --git a/meson.build b/meson.build index 216ac882..9767d355 100644 --- a/meson.build +++ b/meson.build @@ -21,7 +21,7 @@ project('dbus', 'c', - version: '1.16.0', + version: '1.16.1', meson_version: '>=0.56', )