summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2007-09-27 19:05:06 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2007-09-27 19:05:06 +0100
commita6c85a634286fe6ddfb0d15c40a475acf4bd214c (patch)
tree436ef66bd51a45b74920a4cf0c0aceb643d63d2a
parent137f8e8bbfcd1bef30efe8aec4923c407da180eb (diff)
downloaddbus-python-a6c85a634286fe6ddfb0d15c40a475acf4bd214c.tar.gz
Unset dbus_python_released following release
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index a6ed444..2cff513 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)