summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2007-02-13 16:54:51 +0000
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2007-02-13 16:54:51 +0000
commit728e8f47d884bdff66106b89cc1d803fa5f30456 (patch)
tree8f63296622ebd4314556f5cd2efab4b88a44748e /configure.ac
parent87dc3d5807ba12c6396dbcb1acdebb8f453e8fcd (diff)
Release version 0.80.2
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 99ece95..9514719 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,12 +1,12 @@
-*- mode: m4 -*-
AC_PREREQ(2.59c)
-dnl If not 1, append datestamp to the version number and build with -Werror
-m4_define(dbus_python_released, 0)
+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, 80)
-m4_define(dbus_python_micro_version, 1)
+m4_define(dbus_python_micro_version, 2)
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]))