From ffeb6909967ff79585a7ede85227da94f04ecb01 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Mon, 29 Jan 2018 12:41:45 +0000 Subject: Prepare 0.110 Signed-off-by: Simon McVittie --- NEWS | 4 +++- configure.ac | 4 ++-- 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 -- cgit v1.2.3