From: Simon McVittie Date: Tue, 2 Jun 2020 19:58:25 +0000 (+0100) Subject: Start 1.10.32 development X-Git-Tag: dbus-1.10.32~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0b07b76c721539251c86a2fb0d31dc5c14ffe4fa;p=thirdparty%2Fdbus.git Start 1.10.32 development Signed-off-by: Simon McVittie --- diff --git a/NEWS b/NEWS index 9b33a7863..2f495073e 100644 --- a/NEWS +++ b/NEWS @@ -10,6 +10,11 @@ upstream dbus-1.10 git branch as a place to share backported security fixes with other distributions, please contact the dbus maintainers via the dbus-security mailing list on lists.freedesktop.org. +dbus 1.10.32 (UNRELEASED) +== + +... + dbus 1.10.30 (2020-06-02) == diff --git a/configure.ac b/configure.ac index ee3da6a92..5fd39cf84 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], [10]) -m4_define([dbus_micro_version], [30]) +m4_define([dbus_micro_version], [31]) m4_define([dbus_version], [dbus_major_version.dbus_minor_version.dbus_micro_version]) AC_INIT([dbus],[dbus_version],[https://bugs.freedesktop.org/enter_bug.cgi?product=dbus],[dbus])