From: John (J5) Palmieri Date: Tue, 22 Nov 2005 20:42:49 +0000 (+0000) Subject: * configure.in: X-Git-Tag: dbus-0.60~9 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=caecde624d877cc09fd69f0cb27e39ace6524b9b;p=platform%2Fupstream%2Fdbus.git * configure.in: - Change version to 0.60 for impending release - upped the sonames because of ABI and API breakage --- diff --git a/ChangeLog b/ChangeLog index d8cf1fd..702784d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,11 @@ 2005-11-22 John (J5) Palmieri + * configure.in: + - Change version to 0.60 for impending release + - upped the sonames because of ABI and API breakage + +2005-11-22 John (J5) Palmieri + * configure.in: Add test/name-test/Makefile to the generated Makefile list diff --git a/configure.in b/configure.in index 2e7617e..acae00b 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