summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2012-06-05 15:04:25 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2012-06-05 15:04:25 +0100
commitf141c260ce4d438299804e89bb77c3bef81ed86b (patch)
tree8acc84b5e301a40c72715682d447bd5d4da86a0d
parent8f7e9cdd6005efb354a6efba83200fbfd01efa6a (diff)
downloaddbus-baserock/genivi/af-bus-master.tar.gz
Start 1.7.0 developmentbaserock/genivi/af-bus-master
-rw-r--r--NEWS3
-rw-r--r--configure.ac2
2 files changed, 4 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 04c603a3..320c78bf 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,6 @@
+D-Bus 1.7.0 (UNRELEASED)
+==
+
D-Bus 1.6.0 (2012-06-05)
==
diff --git a/configure.ac b/configure.ac
index c42170a7..6c494f1a 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], [6])
-m4_define([dbus_micro_version], [0])
+m4_define([dbus_micro_version], [999])
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])