diff options
author | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2011-07-29 16:46:38 +0100 |
---|---|---|
committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2011-07-29 16:46:38 +0100 |
commit | affd8a7d161127d1cc327a5fb337a552cfe4bb5d (patch) | |
tree | c19315a3ebc6b8b9d4006345a6e1799a4b98e6a5 /configure.ac | |
parent | 7afd5e97ce1c4fbd9e86d9e852e9385aa000619a (diff) | |
download | dbus-affd8a7d161127d1cc327a5fb337a552cfe4bb5d.tar.gz |
spec v0.18 and D-Bus 1.5.6
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index aed3a772..9222b18b 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], [5]) -m4_define([dbus_micro_version], [5]) +m4_define([dbus_micro_version], [6]) 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]) @@ -36,7 +36,7 @@ LT_CURRENT=9 ## increment any time the source changes; set to ## 0 if you increment CURRENT -LT_REVISION=2 +LT_REVISION=3 ## increment if any interfaces have been added; set to 0 ## if any interfaces have been changed or removed. removal has |