From: Simon McVittie Date: Fri, 17 Dec 2021 15:50:15 +0000 (+0000) Subject: Bump version number for continued development X-Git-Tag: dbus-1.13.22~15 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=31b5e0ff8bc0c4781fe3f55f08e3605ca2778140;p=thirdparty%2Fdbus.git Bump version number for continued development Signed-off-by: Simon McVittie --- diff --git a/NEWS b/NEWS index 554f6b2c7..89390ef22 100644 --- a/NEWS +++ b/NEWS @@ -114,6 +114,11 @@ Miscellaneous behaviour changes: • Tarball releases no longer contain pre-2007 changelogs and are now compressed with xz, so they should be somewhat smaller +dbus 1.13.22 (UNRELEASED) +========================= + +... + dbus 1.13.20 (2021-12-17) ========================= diff --git a/configure.ac b/configure.ac index fb2cb6bbe..65b3b85de 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ AC_PREREQ([2.63]) m4_define([dbus_major_version], [1]) m4_define([dbus_minor_version], [13]) -m4_define([dbus_micro_version], [20]) +m4_define([dbus_micro_version], [21]) m4_define([dbus_version], [dbus_major_version.dbus_minor_version.dbus_micro_version]) AC_INIT([dbus], [dbus_version], [https://gitlab.freedesktop.org/dbus/dbus/issues], [dbus])