summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorSimon McVittie <smcv@collabora.com>2017-10-30 12:37:23 +0000
committerSimon McVittie <smcv@collabora.com>2017-10-30 12:37:23 +0000
commit98294ab81a4d7ef00b6de5149344d92278c38593 (patch)
treedccbfa7f66af9deb6c6c1a18a7f75f454281f6ed /configure.ac
parent93efaf78732176602e42cb8c8b25e19c3d538f1a (diff)
downloaddbus-98294ab81a4d7ef00b6de5149344d92278c38593.tar.gz
Prepare 1.12.0dbus-1.12.0
Signed-off-by: Simon McVittie <smcv@collabora.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 6177b3c9..43918344 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,8 +2,8 @@ dnl -*- mode: m4 -*-
AC_PREREQ([2.63])
m4_define([dbus_major_version], [1])
-m4_define([dbus_minor_version], [11])
-m4_define([dbus_micro_version], [23])
+m4_define([dbus_minor_version], [12])
+m4_define([dbus_micro_version], [0])
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=2
+LT_REVISION=3
## increment if any interfaces have been added; set to 0
## if any interfaces have been changed or removed. removal has