]> git.ipfire.org Git - thirdparty/dbus.git/commitdiff
1.8.17
authorSimon McVittie <simon.mcvittie@collabora.co.uk>
Thu, 5 Feb 2015 14:54:10 +0000 (14:54 +0000)
committerSimon McVittie <simon.mcvittie@collabora.co.uk>
Thu, 5 Feb 2015 14:54:10 +0000 (14:54 +0000)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index d45c4ad734e5a6739675be6418679b74f9e3a675..bb1f08e469cd74dbb6b3ec0177cdb76915aaa677 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+D-Bus 1.8.18 (UNRELEASED)
+==
+
+...
+
 D-Bus 1.8.16 (2015-02-09)
 ==
 
index 0d0d5d5da2bfcd8142d1d31cf3bf0a96813155e5..dcb60b944d81e46c04002ac47235eaebd0ea72a9 100644 (file)
@@ -3,7 +3,7 @@ AC_PREREQ([2.63])
 
 m4_define([dbus_major_version], [1])
 m4_define([dbus_minor_version], [8])
-m4_define([dbus_micro_version], [16])
+m4_define([dbus_micro_version], [17])
 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])