diff options
| author | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2007-09-27 18:36:07 +0100 |
|---|---|---|
| committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2007-09-27 18:36:07 +0100 |
| commit | 137f8e8bbfcd1bef30efe8aec4923c407da180eb (patch) | |
| tree | 9e3fce4a81cc13c23647f087c9f2da0a39abe8a4 | |
| parent | a5d922d9605ae3c1540cd232cb754a9dc5dc7812 (diff) | |
| download | dbus-python-137f8e8bbfcd1bef30efe8aec4923c407da180eb.tar.gz | |
Version 0.82.3
| -rw-r--r-- | NEWS | 2 | ||||
| -rw-r--r-- | configure.ac | 4 |
2 files changed, 3 insertions, 3 deletions
@@ -1,4 +1,4 @@ -D-Bus Python Bindings 0.82.3 (unreleased) +D-Bus Python Bindings 0.82.3 (2007-09-27) ========================================= Fixes: diff --git a/configure.ac b/configure.ac index ce7d41a..a6ed444 100644 --- a/configure.ac +++ b/configure.ac @@ -2,11 +2,11 @@ AC_PREREQ(2.59c) dnl If not 1, append datestamp to the version number -m4_define(dbus_python_released, 0) +m4_define(dbus_python_released, 1) dnl The dbus-python version number (must actually be numeric at the moment) m4_define(dbus_python_major_version, 0) m4_define(dbus_python_minor_version, 82) -m4_define(dbus_python_micro_version, 2) +m4_define(dbus_python_micro_version, 3) m4_define(dbus_python_maybe_datestamp, m4_esyscmd([if test x]dbus_python_released[ != x1; then date +.%Y%m%d | tr -d '\n\r'; fi])) |
