diff options
author | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2014-04-30 21:05:46 +0100 |
---|---|---|
committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2014-04-30 21:05:46 +0100 |
commit | 6e21873d6331de86e88fd47dfb80af2696e6ff39 (patch) | |
tree | 7efc9561c0f3a8054a9d5290afc83a52bb29bd1e /configure.ac | |
parent | 3c287fc38bb9638605b17fa57675d3e2bcb85d64 (diff) | |
parent | 416898324decb7b6d86083a6e2ddc71e8d835feb (diff) | |
download | dbus-6e21873d6331de86e88fd47dfb80af2696e6ff39.tar.gz |
Merge branch 'dbus-1.8'
Conflicts:
NEWS
configure.ac
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 13d1c87e..5fdc5662 100644 --- a/configure.ac +++ b/configure.ac @@ -4,6 +4,7 @@ AC_PREREQ([2.63]) m4_define([dbus_major_version], [1]) m4_define([dbus_minor_version], [8]) m4_define([dbus_micro_version], [99]) +m4_define([dbus_micro_version], [1]) 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 +38,7 @@ LT_CURRENT=11 ## increment any time the source changes; set to ## 0 if you increment CURRENT -LT_REVISION=3 +LT_REVISION=4 ## increment if any interfaces have been added; set to 0 ## if any interfaces have been changed or removed. removal has |