summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2013-05-08 14:09:46 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2013-05-08 14:09:46 +0100
commit425993a3107812734b1138a5a011fed4fc041fef (patch)
tree1165d919706e539d2b0c04e39dfa49e6f16f5441
parentd0d5b5be685dc4c16b21c54335becc87ca4d6f58 (diff)
downloaddbus-python-425993a3107812734b1138a5a011fed4fc041fef.tar.gz
development version
-rw-r--r--NEWS5
-rw-r--r--configure.ac2
2 files changed, 6 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 896e821..b29f42b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+D-Bus Python Bindings 1.2.1 (UNRELEASED)
+========================================
+
+...
+
D-Bus Python Bindings 1.2.0 (2013-05-07)
========================================
diff --git a/configure.ac b/configure.ac
index 4f535b9..59db09f 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, 2)