summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <smcv@debian.org>2016-03-06 17:50:19 +0000
committerSimon McVittie <smcv@debian.org>2016-03-06 17:50:19 +0000
commitc0df2200a881b9c8fa4987cb3f7d281865536bfc (patch)
tree5f556b114c8734952432454b46bdc9d18d3c2c11
parent007ea1d228b849e192e3a471bb3c14292b897b0e (diff)
-rw-r--r--NEWS2
-rw-r--r--configure.ac2
2 files changed, 2 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 8ae74d2..d489d90 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-D-Bus Python Bindings 1.2.4 (UNRELEASED)
+D-Bus Python Bindings 1.2.4 (2016-03-06)
========================================
The “75,000 microchips” release.
diff --git a/configure.ac b/configure.ac
index ae8c210..0cd8cc7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -5,7 +5,7 @@ dnl The dbus-python version number
m4_define(dbus_python_major_version, 1)
m4_define(dbus_python_minor_version, 2)
dnl Micro version is odd for non-releases
-m4_define(dbus_python_micro_version, 3)
+m4_define(dbus_python_micro_version, 4)
AC_INIT([dbus-python],
dbus_python_major_version.dbus_python_minor_version.dbus_python_micro_version,