summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2007-08-01 21:37:50 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2007-08-01 21:37:50 +0100
commit33773b778911c890d76c38b13f0fdb39df237d9e (patch)
tree43c22fbd3e689c9026c897a749dabf92c40d80a2
parentaf16daa9ff5d7217f361d68ce2bfe405f2cbd412 (diff)
downloaddbus-python-33773b778911c890d76c38b13f0fdb39df237d9e.tar.gz
Unset dbus_python_released
-rw-r--r--NEWS3
-rw-r--r--configure.ac2
2 files changed, 4 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 87ae3f5..b0dd54d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,6 @@
+D-Bus Python Bindings 0.82.3 (unreleased)
+=========================================
+
D-Bus Python Bindings 0.82.2 (2007-08-01)
=========================================
diff --git a/configure.ac b/configure.ac
index fe31dcd..ce7d41a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@
AC_PREREQ(2.59c)
dnl If not 1, append datestamp to the version number
-m4_define(dbus_python_released, 1)
+m4_define(dbus_python_released, 0)
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)