]> git.ipfire.org Git - thirdparty/dbus.git/commitdiff
Start 1.10.32 development
authorSimon McVittie <smcv@collabora.com>
Tue, 2 Jun 2020 19:58:25 +0000 (20:58 +0100)
committerSimon McVittie <smcv@collabora.com>
Tue, 2 Jun 2020 19:58:25 +0000 (20:58 +0100)
Signed-off-by: Simon McVittie <smcv@collabora.com>
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index 9b33a786394d2846de92a8b3e65887b76cb9a9d8..2f495073ecf3832f4e1f1089964d1ac5e458a6d0 100644 (file)
--- 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)
 ==
 
index ee3da6a9227b18ec32c62ba7c9ac7019f7063744..5fd39cf84faa230a905011c5f1294b7c6b6b8742 100644 (file)
@@ -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])