summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2012-05-09 17:50:59 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2012-05-09 17:50:59 +0100
commit2f08b9e644c8530c4d324c4bd9d8a0cdb24edc92 (patch)
treec897fecac6cab7194ad263b4ec3686a1bb715971
parent4a4bce958b3257b7cb2adc050022879660aface1 (diff)
downloaddbus-python-2f08b9e644c8530c4d324c4bd9d8a0cdb24edc92.tar.gz
Back to unreleased status
-rw-r--r--NEWS5
-rw-r--r--configure.ac2
2 files changed, 6 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 8d6c32f..339a715 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+D-Bus Python Bindings 1.1.1 (UNRELEASED)
+========================================
+
+...
+
D-Bus Python Bindings 1.1.0 (2012-05-09)
========================================
diff --git a/configure.ac b/configure.ac
index 19b9a5b..ea99996 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, 1)
m4_define(dbus_python_minor_version, 1)