summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configure.ac7
1 files changed, 4 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index ea87045..5d429f8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,8 @@
dnl -*- mode: m4 -*-
AC_PREREQ(2.52)
-AC_INIT(dbus-glib, 0.93, [https://bugs.freedesktop.org/enter_bug.cgi?product=dbus])
+AC_INIT([dbus-glib], [0.94],
+ [https://bugs.freedesktop.org/enter_bug.cgi?product=dbus])
AC_CANONICAL_HOST
@@ -24,7 +25,7 @@ m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])])
#
## increment if the interface has additions, changes, removals.
-LT_CURRENT=3
+LT_CURRENT=4
## increment any time the source changes; set to
## 0 if you increment CURRENT
@@ -33,7 +34,7 @@ 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=1
+LT_AGE=2
AC_SUBST(LT_CURRENT)
AC_SUBST(LT_REVISION)