]> git.ipfire.org Git - thirdparty/dbus.git/commitdiff
Post-release version bump
authorSimon McVittie <smcv@collabora.com>
Mon, 25 Sep 2017 23:34:14 +0000 (00:34 +0100)
committerSimon McVittie <smcv@collabora.com>
Mon, 25 Sep 2017 23:34:14 +0000 (00:34 +0100)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index 0396801005bc2bc4e44e826db6eea04932609f8c..b98895e14d73be26549d11eda1b21d5354d00540 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+D-Bus 1.10.26 (UNRELEASED)
+==
+
+...
+
 D-Bus 1.10.24 (2017-09-25)
 ==
 
index e23a4848ee7eed3ff9ad751d14784c0a662feccb..cbbcfb6bfc3d7f39eb4f9c94bc64465de0f1551a 100644 (file)
@@ -3,7 +3,7 @@ AC_PREREQ([2.63])
 
 m4_define([dbus_major_version], [1])
 m4_define([dbus_minor_version], [10])
-m4_define([dbus_micro_version], [24])
+m4_define([dbus_micro_version], [25])
 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])