Release D-Bus 1.4.18 dbus-1.4.18
authorSimon McVittie <simon.mcvittie@collabora.co.uk>
Mon, 13 Feb 2012 16:23:50 +0000 (16:23 +0000)
committerSimon McVittie <simon.mcvittie@collabora.co.uk>
Mon, 13 Feb 2012 16:23:50 +0000 (16:23 +0000)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index 100235f..c4b4637 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,8 @@
-D-Bus 1.4.18 (UNRELEASED)
+D-Bus 1.4.18 (2012-02-13)
 ==
 
+The "snow in Brussels" release
+
 • Allow all configured auth mechanisms, not just one (fd.o #45106,
   Pavel Strashkin)
 
index f623948..ef07ce1 100644 (file)
@@ -3,7 +3,7 @@ AC_PREREQ([2.63])
 
 m4_define([dbus_major_version], [1])
 m4_define([dbus_minor_version], [4])
-m4_define([dbus_micro_version], [17])
+m4_define([dbus_micro_version], [18])
 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])