diff options
author | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2012-02-13 16:23:50 +0000 |
---|---|---|
committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2012-02-13 16:23:50 +0000 |
commit | e6338646c1ce5639d5be28e3610f422cde11951e (patch) | |
tree | 575006ff2c89041d363951fb42f104a170428bbf | |
parent | fc124e6ab06af68beaa2870e78a2dbce62051d39 (diff) |
Release D-Bus 1.4.18dbus-1.4.18
-rw-r--r-- | NEWS | 4 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 4 insertions, 2 deletions
@@ -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) diff --git a/configure.ac b/configure.ac index f623948d..ef07ce1c 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], [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]) |