diff options
author | John (J5) Palmieri <johnp@redhat.com> | 2005-09-06 22:42:54 +0000 |
---|---|---|
committer | John (J5) Palmieri <johnp@redhat.com> | 2005-09-06 22:42:54 +0000 |
commit | 76faf9aa9c05dac0d3397867d8f317c3eb9cc0bc (patch) | |
tree | 06580f7a8a73273d3e88007d892bc634a026946c | |
parent | bc564a69c26419a125eb1880069d9276a47f7d1b (diff) |
- update to next release version
-rw-r--r-- | configure.in | 2 | ||||
-rw-r--r-- | 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 |