From 57eaa412f0f5027078ada4bc3cd2710bfbb8085f Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Fri, 6 Dec 2024 16:52:25 +0000 Subject: [PATCH] Bump version to 1.16.99 to start 1.17.x branch Signed-off-by: Simon McVittie --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 33ed5c2e..01d097fd 100644 --- a/meson.build +++ b/meson.build @@ -21,7 +21,7 @@ project('dbus', 'c', - version: '1.15.13', + version: '1.16.99', meson_version: '>=0.56', )