summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2011-05-25 12:50:36 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2011-05-25 12:50:36 +0100
commit6bdb27482cace69935584d2d9b33bdfce50ef5ce (patch)
tree06a9b76114a09a0f8f44a598ce850e48835cf365 /configure.ac
parent5ee02bf8785167f042636ab3005105243bff533b (diff)
downloaddbus-python-6bdb27482cace69935584d2d9b33bdfce50ef5ce.tar.gz
prepare 0.84dbus-python-0.84.0
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 3ecdeda..5a5202c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -5,8 +5,8 @@ dnl If not 1, append datestamp to the version number
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, 83)
-m4_define(dbus_python_micro_version, 2)
+m4_define(dbus_python_minor_version, 84)
+m4_define(dbus_python_micro_version, 0)
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]))