From e0883f3518f137399077c13409f7a469924c0fd8 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Mon, 10 Dec 2007 17:40:23 +0000 Subject: [PATCH] Unset release flag, and start NEWS for 0.82.5 --- NEWS | 7 +++++++ configure.ac | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 1889546..3f97eee 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,10 @@ +D-Bus Python Bindings 0.82.5 (unreleased) +========================================= + +Features: + +Fixes: + D-Bus Python Bindings 0.82.4 (2007-12-10) ========================================= diff --git a/configure.ac b/configure.ac index d3c25e2..7bfa3f9 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, 82) -- 2.11.4.GIT