diff options
author | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2011-06-10 23:32:11 +0100 |
---|---|---|
committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2011-06-10 23:32:11 +0100 |
commit | b08eae0e918c82e9568f0e7ec26b41a0ea07aa50 (patch) | |
tree | a405f0e974cc61af12653b6b1b897cd51cb69ee7 | |
parent | 6519a1f77c61d753d4c97efd6e15630eb275336e (diff) |
1.2.28dbus-1.2.28
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | configure.in | 4 |
2 files changed, 3 insertions, 3 deletions
@@ -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 |