From 6e6b4cd1d7ade85612872d94374d722531f2e3f9 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Wed, 24 Jan 2007 16:03:37 +0000 Subject: [PATCH] Clear "released" flag after release --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 2038c64..7b47b57 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ AC_PREREQ(2.52) dnl If not 1, append datestamp to the version number and build with -Werror -m4_define(dbus_python_released, 1) +m4_define(dbus_python_released, 0) 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) -- 2.11.4.GIT