diff options
author | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2011-06-10 21:56:16 +0100 |
---|---|---|
committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2011-06-10 21:56:16 +0100 |
commit | 78ba729412be297aa69dd0a99363b4ae5444eccc (patch) | |
tree | 7e4ba7a689632a953f380c785c888e5a3696d8be /configure.ac | |
parent | 88c6b7ac7385480b943af8f23b800f2c20ba4aad (diff) | |
download | dbus-78ba729412be297aa69dd0a99363b4ae5444eccc.tar.gz |
prepare 1.4.12
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 9065baac..408054bd 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], [4]) -m4_define([dbus_micro_version], [11]) +m4_define([dbus_micro_version], [12]) 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]) @@ -36,7 +36,7 @@ LT_CURRENT=8 ## increment any time the source changes; set to ## 0 if you increment CURRENT -LT_REVISION=6 +LT_REVISION=7 ## increment if any interfaces have been added; set to 0 ## if any interfaces have been changed or removed. removal has |