diff options
author | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2011-02-17 18:21:25 +0000 |
---|---|---|
committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2011-02-17 18:21:25 +0000 |
commit | 56623cbde7c1a67a6817e12364700d8470cf9b5d (patch) | |
tree | d9e29693bedb3f7222ec9d94ba8815f3d79a62d9 /configure.in | |
parent | 2b5959882a403cddba754b37b58bdc49bff01f90 (diff) |
Prepare version 1.4.4
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in index 9485ebb49..bf2c06e0f 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], [3]) +m4_define([dbus_micro_version], [4]) m4_define([dbus_version], [dbus_major_version.dbus_minor_version.dbus_micro_version]) AC_INIT(dbus, [dbus_version]) @@ -41,7 +41,7 @@ LT_CURRENT=8 ## increment any time the source changes; set to ## 0 if you increment CURRENT -LT_REVISION=3 +LT_REVISION=4 ## increment if any interfaces have been added; set to 0 ## if any interfaces have been changed or removed. removal has |