summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <smcv@collabora.com>2020-07-02 11:10:19 +0100
committerSimon McVittie <smcv@collabora.com>2020-07-02 11:10:19 +0100
commitfd89df4384ef04d52e1aa45a9f803b0f35d87ecc (patch)
treef56cae3eacd26365b7a02983b071915c1544cbf3
parent38fe525fd7b1ba511d270aef5261a3b96db8c099 (diff)
v1.10.32dbus-1.10.32
Signed-off-by: Simon McVittie <smcv@collabora.com>
-rw-r--r--NEWS2
-rw-r--r--configure.ac4
2 files changed, 3 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 1739f1dc..401a0a14 100644
--- a/NEWS
+++ b/NEWS
@@ -10,7 +10,7 @@ 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.32 (2020-07-02)
==
The “technically a venom” release.
diff --git a/configure.ac b/configure.ac
index 5fd39cf8..30d7f115 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], [31])
+m4_define([dbus_micro_version], [32])
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])
@@ -38,7 +38,7 @@ LT_CURRENT=17
## increment any time the source changes; set to
## 0 if you increment CURRENT
-LT_REVISION=17
+LT_REVISION=18
## increment if any interfaces have been added; set to 0
## if any interfaces have been changed or removed. removal has