summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2012-03-27 17:25:25 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2012-03-27 17:25:25 +0100
commitb01214cd58ebc03ea997589aa7925f82cbff9652 (patch)
treeb5f5bd0d1b1162865d7dcbde4127226b2c623fd1 /configure.ac
parentd891d816d74d2d89bd511f68a4b389fda6c161a8 (diff)
downloaddbus-b01214cd58ebc03ea997589aa7925f82cbff9652.tar.gz
Prepare dbus 1.5.12dbus-1.5.12
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac8
1 files changed, 4 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac
index f461b685..fc323148 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], [11])
+m4_define([dbus_micro_version], [12])
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])
@@ -32,16 +32,16 @@ AC_DEFINE_UNQUOTED(DBUS_DAEMON_NAME,"dbus-daemon",[Name of executable])
#
## increment if the interface has additions, changes, removals.
-LT_CURRENT=9
+LT_CURRENT=10
## increment any time the source changes; set to
## 0 if you increment CURRENT
-LT_REVISION=5
+LT_REVISION=0
## increment if any interfaces have been added; set to 0
## if any interfaces have been changed or removed. removal has
## precedence over adding, so set to 0 if both happened.
-LT_AGE=6
+LT_AGE=7
AC_SUBST(LT_CURRENT)
AC_SUBST(LT_REVISION)