summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <smcv@collabora.com>2020-06-02 20:58:25 +0100
committerSimon McVittie <smcv@collabora.com>2020-06-02 20:58:25 +0100
commit0b07b76c721539251c86a2fb0d31dc5c14ffe4fa (patch)
tree06bd8dabc648ea5c3b8539bbf1e45d1c06b8044e
parent4004bfcc3245edccaba1ee0b78d0cc948418d6a6 (diff)
downloaddbus-0b07b76c721539251c86a2fb0d31dc5c14ffe4fa.tar.gz
Start 1.10.32 development
Signed-off-by: Simon McVittie <smcv@collabora.com>
-rw-r--r--NEWS5
-rw-r--r--configure.ac2
2 files changed, 6 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 9b33a786..2f495073 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 ee3da6a9..5fd39cf8 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])