summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorJohn (J5) Palmieri <johnp@redhat.com>2005-11-22 20:42:49 +0000
committerJohn (J5) Palmieri <johnp@redhat.com>2005-11-22 20:42:49 +0000
commitcaecde624d877cc09fd69f0cb27e39ace6524b9b (patch)
tree7f4d75d808a21b7296c1689655117ea4960bf7e8 /configure.in
parent1a163e765c0d6a86d2aa2ffb18a1d7e29a052e7a (diff)
* configure.in:
- Change version to 0.60 for impending release - upped the sonames because of ABI and API breakage
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index 2e7617e3..acae00be 100644
--- a/configure.in
+++ b/configure.in
@@ -3,7 +3,7 @@ AC_PREREQ(2.52)
AC_INIT(dbus/dbus.h)
-AM_INIT_AUTOMAKE(dbus, 0.51)
+AM_INIT_AUTOMAKE(dbus, 0.60)
AM_CONFIG_HEADER(config.h)
@@ -25,7 +25,7 @@ AM_MAINTAINER_MODE
#
## increment if the interface has additions, changes, removals.
-LT_CURRENT=1
+LT_CURRENT=2
## increment any time the source changes; set to
## 0 if you increment CURRENT