From a56c850798271ffb645744c066220401106a972a Mon Sep 17 00:00:00 2001 From: Regis Merlino Date: Tue, 23 Jul 2013 11:13:20 +0200 Subject: [Connector] Change publish_object() signature The interface_index parameter relates to the corresponding xml part from the introspection data passed to initialize(). This was convenient for the d-bus connector implementation, but required xml parsing for other connector implementations. This commit replaces the interface_index parameter with the actual interface name to avoid the xml parsing task. Signed-off-by: Regis Merlino --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 2298677..67dbcd2 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ AC_PREREQ([2.66]) AC_INIT([dleyna-core], - [0.2.0], + [0.2.1], [https://github.com/01org/dleyna-core/issues/new], , [https://01.org/dleyna/]) -- cgit v1.2.1