]> git.ipfire.org Git - thirdparty/dbus.git/commitdiff
1.9.9
authorSimon McVittie <simon.mcvittie@collabora.co.uk>
Tue, 3 Feb 2015 23:13:51 +0000 (23:13 +0000)
committerSimon McVittie <simon.mcvittie@collabora.co.uk>
Tue, 3 Feb 2015 23:13:51 +0000 (23:13 +0000)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index 826caa0e610b0bcebc1f8cb7cc7b0d3508b3b2d0..38bc7a21a45578f49882318580591dbf4ebf9fdd 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+D-Bus 1.9.10 (UNRELEASED)
+==
+
+...
+
 D-Bus 1.9.8 (2015-02-03)
 ==
 
index 1be22c074f3cb8ec9062f659d619f3fc2d691e7b..1358510d795036f4f9cc1e77a22088663980639d 100644 (file)
@@ -3,7 +3,7 @@ AC_PREREQ([2.63])
 
 m4_define([dbus_major_version], [1])
 m4_define([dbus_minor_version], [9])
-m4_define([dbus_micro_version], [8])
+m4_define([dbus_micro_version], [9])
 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])