From: Simon McVittie Date: Fri, 6 Dec 2024 17:49:02 +0000 (+0000) Subject: build: Bump version number to 1.16.99-alpha X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c4ec854e648e1e504bd7ae0f0e9ffb17d728f0c2;p=thirdparty%2Fdbus.git build: Bump version number to 1.16.99-alpha This is a placeholder for the first release in the 1.17.x branch, which is not yet ready, but is intended to be labelled as 1.17.0-alpha when it is released. Helps: dbus#530 Signed-off-by: Simon McVittie --- diff --git a/meson.build b/meson.build index fd2ff7396..2f5f3881f 100644 --- a/meson.build +++ b/meson.build @@ -21,7 +21,7 @@ project('dbus', 'c', - version: '1.16.99', + version: '1.16.99-alpha', meson_version: '>=0.56', )