summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorSimon McVittie <smcv@debian.org>2010-02-18 17:15:57 +0000
committerSimon McVittie <smcv@debian.org>2010-02-18 17:41:50 +0000
commit49884241db42ea4d2eadd08cb8b5805a6708c925 (patch)
tree6e3b7a3404e435d1dd17af63e81ee3940b20af76 /configure.ac
parentc91476085faaf7456c5b67e431c11b153b3c8762 (diff)
downloaddbus-python-0.83.1.tar.gz
Prepare version 0.83.1dbus-python-0.83.1
Second try :-)
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 3f046c9..48cb0e3 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, 83)
-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]))