1.11.16
authorSimon McVittie <smcv@debian.org>
Thu, 27 Jul 2017 12:57:27 +0000 (13:57 +0100)
committerSimon McVittie <smcv@debian.org>
Thu, 27 Jul 2017 12:57:27 +0000 (13:57 +0100)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index 6bdde94..38d028c 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,8 @@
-D-Bus 1.11.16 (UNRELEASED)
+D-Bus 1.11.16 (2017-07-27)
 ==
 
+The “south facing garden” release.
+
 Build-time configuration changes:
 
 • The Autotools build system now supports varying ${runstatedir}
index 53c8b34..fd493d9 100644 (file)
@@ -3,7 +3,7 @@ AC_PREREQ([2.63])
 
 m4_define([dbus_major_version], [1])
 m4_define([dbus_minor_version], [11])
-m4_define([dbus_micro_version], [15])
+m4_define([dbus_micro_version], [16])
 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])