From a94d9d68d17fd5284aa549187ac6fbb29c188efd Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Wed, 11 Jul 2007 17:11:08 +0100 Subject: [PATCH] NEWS, configure.ac: 0.82.1, the "double precision" release --- NEWS | 4 ++-- configure.ac | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/NEWS b/NEWS index c3114b3..cdbe26a 100644 --- a/NEWS +++ b/NEWS @@ -1,7 +1,7 @@ -D-Bus Python Bindings 0.82.1 (unreleased) +D-Bus Python Bindings 0.82.1 (2007-07-11) ========================================= -Features: +The "double precision" release. Fixes: diff --git a/configure.ac b/configure.ac index 43b5ca6..a36d1b4 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, 82) -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])) -- 2.11.4.GIT