1.4.14 dbus-1.4.14
authorSimon McVittie <simon.mcvittie@collabora.co.uk>
Fri, 29 Jul 2011 13:28:54 +0000 (14:28 +0100)
committerSimon McVittie <simon.mcvittie@collabora.co.uk>
Fri, 29 Jul 2011 13:28:54 +0000 (14:28 +0100)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index efe14a8..fec6bd6 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,8 @@
-D-Bus 1.4.14 (UNRELEASED)
+D-Bus 1.4.14 (2011-07-29)
 ==
 
+The "Puny receptacle!" release.
+
 Changes:
 
 • Use DBUS_ERROR_OBJECT_PATH_IN_USE if dbus_connection_try_register_object_path
index a6c8d74..539213f 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], [13])
+m4_define([dbus_micro_version], [14])
 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])