summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2007-12-10 17:40:23 +0000
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2007-12-10 17:40:23 +0000
commite0883f3518f137399077c13409f7a469924c0fd8 (patch)
treecfc5b5f7da1a97527a3b95e1c6119c4ea2297a6b
parenta536c5ed08c21e35937bc8ea52844c2f19bfdc55 (diff)
downloaddbus-python-e0883f3518f137399077c13409f7a469924c0fd8.tar.gz
Unset release flag, and start NEWS for 0.82.5
-rw-r--r--NEWS7
-rw-r--r--configure.ac2
2 files changed, 8 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 1889546..3f97eee 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+D-Bus Python Bindings 0.82.5 (unreleased)
+=========================================
+
+Features:
+
+Fixes:
+
D-Bus Python Bindings 0.82.4 (2007-12-10)
=========================================
diff --git a/configure.ac b/configure.ac
index d3c25e2..7bfa3f9 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)