summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThiago Macieira <thiago@kde.org>2009-07-16 16:44:53 +0200
committerThiago Macieira <thiago@kde.org>2009-07-16 16:44:53 +0200
commit24f55fa8cc4fbda3a85874dd5ec1ad14eaf372d8 (patch)
treebe52407972e083a0faba03d5efd202012b4a0704
parent4a342d711f74e545e975fcfc9edcf2c7c63f0724 (diff)
Long live D-Bus 1.3.x / 1.4.x.
Library Age = 5 / Current = 8 indicates this development series. Revision will increase from 0 after 1.4.0 is released.
-rw-r--r--configure.in8
1 files changed, 4 insertions, 4 deletions
diff --git a/configure.in b/configure.in
index c011b4a7..f4055867 100644
--- a/configure.in
+++ b/configure.in
@@ -2,8 +2,8 @@ dnl -*- mode: m4 -*-
AC_PREREQ(2.52)
m4_define([dbus_major_version], [1])
-m4_define([dbus_minor_version], [2])
-m4_define([dbus_micro_version], [16])
+m4_define([dbus_minor_version], [3])
+m4_define([dbus_micro_version], [0])
m4_define([dbus_version],
[dbus_major_version.dbus_minor_version.dbus_micro_version])
AC_INIT(dbus, [dbus_version])
@@ -29,7 +29,7 @@ AM_MAINTAINER_MODE
#
## increment if the interface has additions, changes, removals.
-LT_CURRENT=7
+LT_CURRENT=8
## increment any time the source changes; set to
## 0 if you increment CURRENT
@@ -38,7 +38,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=4
+LT_AGE=5
AC_SUBST(LT_CURRENT)
AC_SUBST(LT_REVISION)