summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2012-06-25 21:19:35 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2012-06-25 21:19:35 +0100
commit86b978042fa23d9b262cb0baa40398e21ddb0530 (patch)
tree04e983a8a7d30cbe7c7b218418824c3083621ef0
parentf6066573d25508f5cbbc5c12254086d419bb8828 (diff)
downloaddbus-python-86b978042fa23d9b262cb0baa40398e21ddb0530.tar.gz
prepare release
-rw-r--r--NEWS4
-rw-r--r--configure.ac4
2 files changed, 5 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 2d579af..4ab62bf 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,8 @@
-D-Bus Python Bindings 1.1.1 (UNRELEASED)
+D-Bus Python Bindings 1.1.1 (2012-06-25)
========================================
+The "Lemonade Sky" release.
+
Dependencies:
* libdbus 1.6 or later is now recommended. It is not strictly required yet.
diff --git a/configure.ac b/configure.ac
index ad644d9..1ce8965 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, 1)
m4_define(dbus_python_minor_version, 1)
-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]))