From df88e33eb69ef1528f76d06429d451b8274bd69b Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Wed, 16 May 2007 11:03:34 +0100 Subject: [PATCH] configure.ac: Reset released flag to 0 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 92160ba..267b3ea 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ AC_PREREQ(2.59c) dnl If not 1, append datestamp to the version number -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, 81) -- 2.11.4.GIT