summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2007-12-10 15:14:06 +0000
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2007-12-10 15:14:06 +0000
commitca0a58e3ef9fe1cc2b1282b52f652c71b736e182 (patch)
treedcf7575d44121d3b495accaa7768f96589c05190
parentae97b7432232bc008e20e4696c512bcf69938dd8 (diff)
downloaddbus-python-ca0a58e3ef9fe1cc2b1282b52f652c71b736e182.tar.gz
Version 0.82.4dbus-python-0.82.4
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index dd7c32c..d3c25e2 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, 3)
+m4_define(dbus_python_micro_version, 4)
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]))