summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <smcv@debian.org>2018-01-29 12:41:45 +0000
committerSimon McVittie <smcv@debian.org>2018-01-29 12:42:23 +0000
commitffeb6909967ff79585a7ede85227da94f04ecb01 (patch)
tree9ffc4cdb88fc68fca4154f57e59ddb8fe4c8531b
parent5a852b1e1357d67de99e147592c80401d3b24f65 (diff)
Prepare 0.110dbus-glib-0.110
Signed-off-by: Simon McVittie <smcv@debian.org>
-rw-r--r--NEWS4
-rw-r--r--configure.ac4
2 files changed, 5 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index f4640da..9763612 100644
--- a/NEWS
+++ b/NEWS
@@ -1,8 +1,10 @@
dbus-glib is deprecated, please use GDBus in new GLib-based projects.
-dbus-glib 0.109 (UNRELEASED)
+dbus-glib 0.110 (2018-01-29)
============================
+The “sphere tank” release.
+
Dependencies:
• GLib 2.40 is required
diff --git a/configure.ac b/configure.ac
index c5de00b..9f3218b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
dnl -*- mode: m4 -*-
AC_PREREQ(2.52)
-AC_INIT([dbus-glib], [0.109],
+AC_INIT([dbus-glib], [0.110],
[https://bugs.freedesktop.org/enter_bug.cgi?product=dbus&component=GLib])
AC_CANONICAL_HOST
@@ -29,7 +29,7 @@ LT_CURRENT=5
## increment any time the source changes; set to
## 0 if you increment CURRENT
-LT_REVISION=3
+LT_REVISION=4
## increment if any interfaces have been added; set to 0
## if any interfaces have been changed or removed. removal has