summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2014-04-30 20:58:39 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2014-04-30 20:58:39 +0100
commit416898324decb7b6d86083a6e2ddc71e8d835feb (patch)
treeedf01bdaa14eca297927fafe190a7bc92869bf9d
parent789800af438ae1f43b8fdcc1f81874e6ea8b49d0 (diff)
downloaddbus-416898324decb7b6d86083a6e2ddc71e8d835feb.tar.gz
development version
-rw-r--r--NEWS3
-rw-r--r--configure.ac2
2 files changed, 4 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 1ed70b3f..9a2b8890 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,6 @@
+D-Bus 1.8.3 (UNRELEASED)
+==
+
D-Bus 1.8.2 (2014-04-30)
==
diff --git a/configure.ac b/configure.ac
index eccdd30f..767662d2 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], [2])
+m4_define([dbus_micro_version], [3])
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])