summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorSimon McVittie <smcv@collabora.com>2017-10-23 11:29:57 +0100
committerSimon McVittie <smcv@collabora.com>2017-10-23 11:29:57 +0100
commitf87fea641f20b7aa9a3d9aaddd2e5a803bc2d15a (patch)
treef89b3e59c6df0e411ef48ead646f660906d4ac95 /configure.ac
parentec51d538288292ae707bb0813ed05b1e21e4f503 (diff)
downloaddbus-f87fea641f20b7aa9a3d9aaddd2e5a803bc2d15a.tar.gz
Prepare 1.11.22dbus-1.11.22
Signed-off-by: Simon McVittie <smcv@collabora.com>
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 fed2ba09..d3ff08ed 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], [11])
-m4_define([dbus_micro_version], [21])
+m4_define([dbus_micro_version], [22])
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])
@@ -42,7 +42,7 @@ LT_CURRENT=22
## increment any time the source changes; set to
## 0 if you increment CURRENT
-LT_REVISION=1
+LT_REVISION=2
## increment if any interfaces have been added; set to 0
## if any interfaces have been changed or removed. removal has