Stop release preparation, --exit-with-x11 doesn't work
authorSimon McVittie <simon.mcvittie@collabora.co.uk>
Mon, 25 Jun 2012 19:54:56 +0000 (20:54 +0100)
committerSimon McVittie <simon.mcvittie@collabora.co.uk>
Mon, 25 Jun 2012 19:54:56 +0000 (20:54 +0100)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index e55b524..87a4373 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-D-Bus 1.6.2 (2012-06-25)
+D-Bus 1.6.2 (UNRELEASED)
 ==
 
 The "Ice Cabbage" release.
index fc75c0b..3f710f7 100644 (file)
@@ -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], [2])
+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])