summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2014-01-20 16:11:58 +0000
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2014-01-20 16:11:58 +0000
commit469ef6e082f04990a90b549049faeb73947d2ce8 (patch)
tree319c0a3b739cfbc6d2f26e47700d05c6478f5e36
parent6528b0973bb09b0b407a5e169fdcc519087cc58d (diff)
downloaddbus-469ef6e082f04990a90b549049faeb73947d2ce8.tar.gz
1.8.1
-rw-r--r--NEWS5
-rw-r--r--configure.ac2
2 files changed, 6 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 0adbc00a..79288b37 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+D-Bus 1.8.2 (UNRELEASED)
+==
+
+…
+
D-Bus 1.8.0 (2014-01-20)
==
diff --git a/configure.ac b/configure.ac
index ed77046a..9b320734 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,7 +3,7 @@ AC_PREREQ([2.63])
m4_define([dbus_major_version], [1])
m4_define([dbus_minor_version], [8])
-m4_define([dbus_micro_version], [0])
+m4_define([dbus_micro_version], [1])
m4_define([dbus_version],
[dbus_major_version.dbus_minor_version.dbus_micro_version])
AC_INIT([dbus],[dbus_version],[https://bugs.freedesktop.org/enter_bug.cgi?product=dbus],[dbus])