summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorRegis Merlino <regis.merlino@intel.com>2013-07-23 11:13:20 +0200
committerRegis Merlino <regis.merlino@intel.com>2013-07-23 11:13:20 +0200
commita56c850798271ffb645744c066220401106a972a (patch)
tree8754ee02bd4ac41abacedcd1ef8e5e2599cb460a /configure.ac
parente992f5ef8f3cf2a4f1c519b1aafde85e6c4080d6 (diff)
downloaddleyna-core-a56c850798271ffb645744c066220401106a972a.tar.gz
[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 <regis.merlino@intel.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
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/])