summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2011-02-17 20:06:36 +0000
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2011-02-17 20:06:36 +0000
commitb6142a593ba2f56fcef9e03a77ba421e6af2aaa6 (patch)
tree7fd52b079e55821065dbaf935afcce24468d2491
parent2497a91b3f0fd692ab40af8f02227792a9fb9517 (diff)
Let's try that again.dbus-1.4.6
-rw-r--r--NEWS8
-rw-r--r--configure.in2
2 files changed, 8 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index c71f0dab..b3782467 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,10 @@
-D-Bus 1.4.4 (UNRELEASED)
+D-Bus 1.4.6 (2010-02-17)
+==
+
+ • Remove unfinished changes intended to support GTest-based tests,
+ which were mistakenly included in 1.4.4
+
+D-Bus 1.4.4 (2010-02-17)
==
• Switch back to using even micro versions for stable releases; 1.4.1
diff --git a/configure.in b/configure.in
index 01fe4085..fde2a1bf 100644
--- a/configure.in
+++ b/configure.in
@@ -3,7 +3,7 @@ AC_PREREQ(2.52)
m4_define([dbus_major_version], [1])
m4_define([dbus_minor_version], [4])
-m4_define([dbus_micro_version], [5])
+m4_define([dbus_micro_version], [6])
m4_define([dbus_version],
[dbus_major_version.dbus_minor_version.dbus_micro_version])
AC_INIT(dbus, [dbus_version])