From b0d3522c6cfcfeb2608f4f284906a562b2d7964a Mon Sep 17 00:00:00 2001 From: "John (J5) Palmieri" Date: Wed, 24 Aug 2005 16:01:09 +0000 Subject: * Release 0.36.1 * python/_dbus.py: (Interface::connect_to_signal): propigate keywords for match on args (Bus::add_signal_receiver): Fix typo s/dbus_inteface/dbus_interface * python/proxies.py (ProxyObject::connect_to_signal): propigate keywords for match on args * Makefile.am: point everything to pyexecdir since python borks on multilib --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.in') diff --git a/configure.in b/configure.in index fb5bb657..ccb60355 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.36) +AM_INIT_AUTOMAKE(dbus, 0.36.1) AM_CONFIG_HEADER(config.h) -- cgit