summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2007-08-01 21:37:02 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2007-08-01 21:37:02 +0100
commitaf16daa9ff5d7217f361d68ce2bfe405f2cbd412 (patch)
treeb1c0efa72937aed350cde629fc1fd78190f918f7
parentf27c16490c23df1b7700904ea20232ef3e4097ae (diff)
downloaddbus-python-af16daa9ff5d7217f361d68ce2bfe405f2cbd412.tar.gz
Release 0.82.2
-rw-r--r--NEWS2
-rw-r--r--configure.ac4
2 files changed, 3 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 77b7148..87ae3f5 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-D-Bus Python Bindings 0.82.2 (unreleased)
+D-Bus Python Bindings 0.82.2 (2007-08-01)
=========================================
Incompatibility with 0.82.1:
diff --git a/configure.ac b/configure.ac
index d30b86b..fe31dcd 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, 1)
+m4_define(dbus_python_micro_version, 2)
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]))