summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2008-07-23 17:45:07 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2008-07-23 17:45:07 +0100
commit81d0dcd79e1bc6187faa2f6a2f6d4d821f879a0e (patch)
tree517c2ea5f3fa2b386f676efef92a295d376c07e8
parentd634b018107c5aaeaeca704c14b9e853b9d52bfd (diff)
Release version 0.83.0dbus-python-0.83.0
-rw-r--r--NEWS2
-rw-r--r--configure.ac6
2 files changed, 4 insertions, 4 deletions
diff --git a/NEWS b/NEWS
index b0fe015..3b44fbe 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-D-Bus Python Bindings 0.83.0 (unreleased)
+D-Bus Python Bindings 0.83.0 (2008-07-23)
=========================================
Features:
diff --git a/configure.ac b/configure.ac
index 1f6c06f..7d17bcf 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, 4)
+m4_define(dbus_python_minor_version, 83)
+m4_define(dbus_python_micro_version, 0)
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]))