summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2011-06-10 23:32:11 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2011-06-10 23:32:11 +0100
commitb08eae0e918c82e9568f0e7ec26b41a0ea07aa50 (patch)
treea405f0e974cc61af12653b6b1b897cd51cb69ee7
parent6519a1f77c61d753d4c97efd6e15630eb275336e (diff)
-rw-r--r--NEWS2
-rw-r--r--configure.in4
2 files changed, 3 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index be5c0144..4038f746 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-D-Bus 1.2.28 (UNRELEASED)
+D-Bus 1.2.28 (2011-06-10)
==
• Byte-swap foreign-endian messages correctly, preventing a long-standing
diff --git a/configure.in b/configure.in
index f23cc35f..6f962841 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], [2])
-m4_define([dbus_micro_version], [27])
+m4_define([dbus_micro_version], [28])
m4_define([dbus_version],
[dbus_major_version.dbus_minor_version.dbus_micro_version])
AC_INIT(dbus, [dbus_version])
@@ -35,7 +35,7 @@ LT_CURRENT=7
## increment any time the source changes; set to
## 0 if you increment CURRENT
-LT_REVISION=1
+LT_REVISION=2
## increment if any interfaces have been added; set to 0
## if any interfaces have been changed or removed. removal has