diff options
author | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2014-09-15 12:43:04 +0100 |
---|---|---|
committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2014-09-15 12:43:04 +0100 |
commit | 28cba657857141962278eef619cbd1d629c18208 (patch) | |
tree | 845930d1fee3574afcca7037b93fd1fdd81a1c74 /configure.ac | |
parent | ee11ec12566afda5dee8a3a834274421a20661de (diff) | |
download | dbus-28cba657857141962278eef619cbd1d629c18208.tar.gz |
Prepare 1.8.8 (embargoed until tomorrow)dbus-1.8.8
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 8a530b29..2d4624c7 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], [8]) -m4_define([dbus_micro_version], [7]) +m4_define([dbus_micro_version], [8]) 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]) @@ -37,7 +37,7 @@ LT_CURRENT=11 ## increment any time the source changes; set to ## 0 if you increment CURRENT -LT_REVISION=6 +LT_REVISION=7 ## increment if any interfaces have been added; set to 0 ## if any interfaces have been changed or removed. removal has |