summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2012-06-25 20:54:56 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2012-06-25 20:54:56 +0100
commit589ca59b2ffd749d1bf021f688dd54bcf759e5ea (patch)
tree475e3c759563ad11a68d867ba573e7b294673139
parent453457904b2126d20dfabc85d6f57940b3eef84f (diff)
downloaddbus-589ca59b2ffd749d1bf021f688dd54bcf759e5ea.tar.gz
Stop release preparation, --exit-with-x11 doesn't work
-rw-r--r--NEWS2
-rw-r--r--configure.ac2
2 files changed, 2 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index e55b5240..87a43736 100644
--- 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.
diff --git a/configure.ac b/configure.ac
index fc75c0b4..3f710f76 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], [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])