From 5e31fb2bfc9ea3e39e13abc519fade6e0322c864 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Mon, 22 Jan 2007 18:52:00 +0000 Subject: [PATCH] Build pre-release version 0.79.94 (= 0.80rc4) --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 5d0832e..dac0eed 100644 --- a/configure.ac +++ b/configure.ac @@ -2,11 +2,11 @@ AC_PREREQ(2.52) dnl If not 1, append datestamp to the version number and build with -Werror -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, 79) -m4_define(dbus_python_micro_version, 93) +m4_define(dbus_python_micro_version, 94) 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])) -- 2.11.4.GIT