From 76faf9aa9c05dac0d3397867d8f317c3eb9cc0bc Mon Sep 17 00:00:00 2001 From: "John (J5) Palmieri" Date: Tue, 6 Sep 2005 22:42:54 +0000 Subject: - update to next release version --- configure.in | 2 +- python/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.in b/configure.in index 7215b6b1..1c72af4c 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 4fdc0e9d..7d937831 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 -- cgit