summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorSimon McVittie <smcv@debian.org>2016-10-10 10:19:44 +0100
committerSimon McVittie <smcv@debian.org>2016-10-10 10:19:44 +0100
commit44bc193efb09b29388c02b9ab3015fddd6d42ade (patch)
treec1b5fb94a5ff517c00f8c753bd372338fc68cc42 /configure.ac
parent88e0ccb2d3e44d5f5c44fb49afa05485e0d9ff0f (diff)
downloaddbus-44bc193efb09b29388c02b9ab3015fddd6d42ade.tar.gz
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 4b3f2cfc..b75a1062 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], [10])
-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])
@@ -38,7 +38,7 @@ LT_CURRENT=17
## increment any time the source changes; set to
## 0 if you increment CURRENT
-LT_REVISION=7
+LT_REVISION=8
## increment if any interfaces have been added; set to 0
## if any interfaces have been changed or removed. removal has