summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2007-06-04 14:19:21 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2007-06-04 14:19:21 +0100
commit8d5f51a95f04ddc524e8790a00635082c851b4a1 (patch)
treeb2c3d1dd9c9ffb720c562163abb6be4a7e0cbd54 /configure.ac
parent382b890175ecef7818ce07d8d36cdaab138032df (diff)
downloaddbus-python-8d5f51a95f04ddc524e8790a00635082c851b4a1.tar.gz
Version 0.81.1
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 267b3ea..792b696 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, 81)
-m4_define(dbus_python_micro_version, 0)
+m4_define(dbus_python_micro_version, 1)
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]))