From: Simon McVittie Date: Mon, 23 Oct 2017 14:21:58 +0000 (+0100) Subject: Start towards 1.11.24 (or maybe 1.12.0) X-Git-Tag: dbus-1.12.0~9 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=dd89b359f06231c6681e3b0ddcfaebcfbe4a5b3d;p=platform%2Fupstream%2Fdbus.git Start towards 1.11.24 (or maybe 1.12.0) Signed-off-by: Simon McVittie --- diff --git a/NEWS b/NEWS index 652042f..c96c79b 100644 --- a/NEWS +++ b/NEWS @@ -81,6 +81,13 @@ Miscellaneous behaviour changes: • [Unix] Exceeding an anti-DoS limit is logged to syslog if configured, or to stderr. +D-Bus 1.11.24 (UNRELEASED) +========================== + +This is the second release-candidate for the 1.12.0 stable release. + +... + D-Bus 1.11.22 (2017-10-23) ========================== diff --git a/configure.ac b/configure.ac index d3ff08e..f8e053d 100644 --- a/configure.ac +++ b/configure.ac @@ -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], [22]) +m4_define([dbus_micro_version], [23]) 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])