From: John (J5) Palmieri Date: Tue, 6 Sep 2005 22:42:54 +0000 (+0000) Subject: - update to next release version X-Git-Tag: dbus-0.60~54 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=76faf9aa9c05dac0d3397867d8f317c3eb9cc0bc;p=thirdparty%2Fdbus.git - update to next release version --- diff --git a/configure.in b/configure.in index 7215b6b17..1c72af4c9 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.50) +AM_INIT_AUTOMAKE(dbus, 0.51) AM_CONFIG_HEADER(config.h) diff --git a/python/__init__.py b/python/__init__.py index 4fdc0e9d0..7d9378317 100644 --- a/python/__init__.py +++ b/python/__init__.py @@ -1,5 +1,5 @@ from _dbus import * from types import * -version = (0, 50, 0) +version = (0, 51, 0) _dbus_main_loop_setup_function = None